Skip to content

Commit c0ced01

Browse files
authored
docs(logger): fix typo for the INFO log_level example (#5039)
docs(logger): Fix typo for the INFO log_level example
1 parent 9f95be8 commit c0ced01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ We support the following log levels:
298298
| `ERROR` | 40 | `logging.ERROR` |
299299
| `CRITICAL` | 50 | `logging.CRITICAL` |
300300

301-
If you want to access the numeric value of the current log level, you can use the `log_level` property. For example, if the current log level is `INFO`, `logger.log_level` property will return `10`.
301+
If you want to access the numeric value of the current log level, you can use the `log_level` property. For example, if the current log level is `INFO`, `logger.log_level` property will return `20`.
302302

303303
=== "setting_log_level_constructor.py"
304304

0 commit comments

Comments
 (0)