Skip to content

Commit

Permalink
docs: consistency in variable name (#4089)
Browse files Browse the repository at this point in the history
Logger was called `logger` a few lines before

Signed-off-by: Leopold Talirz <[email protected]>
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
ltalirz and astrojuanlu authored Aug 19, 2024
1 parent c23e2b1 commit 2c1b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/logging/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ logger.debug("Useful information for debugging")
You can use Rich's [console markup](https://rich.readthedocs.io/en/stable/markup.html) in your logging calls:

```python
log.error("[bold red blink]Important error message![/]", extra={"markup": True})
logger.error("[bold red blink]Important error message![/]", extra={"markup": True})
```

## How to customise Kedro logging
Expand Down

0 comments on commit 2c1b2f5

Please sign in to comment.