From 2b4c4c04607ce0a739cb0d6670c5f5bb1ddb3c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 16 Mar 2019 17:22:50 +0100 Subject: [PATCH] Logging fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71abd7..8561a95 100644 --- a/README.md +++ b/README.md @@ -1669,7 +1669,7 @@ logger.add('debug_{time}.log', colorize=True) # Connects a log file. logger.add('error_{time}.log', level='ERROR') # Adds another file for errors or higher. logger.('A logging message') ``` -* **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical`'.** +* **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical'`.** ### Rotation **Parameter that sets a condition when a new log file is created.**