Skip to content

Commit 2b4c4c0

Browse files
committed
Logging fix
1 parent 9572c1f commit 2b4c4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ logger.add('debug_{time}.log', colorize=True) # Connects a log file.
16691669
logger.add('error_{time}.log', level='ERROR') # Adds another file for errors or higher.
16701670
logger.<level>('A logging message')
16711671
```
1672-
* **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical`'.**
1672+
* **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical'`.**
16731673

16741674
### Rotation
16751675
**Parameter that sets a condition when a new log file is created.**

0 commit comments

Comments
 (0)