From b50be92ba335cd7dcc545c233dd677ca92704b70 Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:44:26 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe2705..77b4c3c 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ twitch_miner = TwitchChannelPointsMiner( logger_settings=LoggerSettings( save=True, # If you want to save logs in a file (suggested) console_level=logging.INFO, # Level of logs - use logging.DEBUG for more info - console_username=False, # Adds a username to every console log line if True. Useful when you have many open consoles with different accounts + console_username=False, # Adds a username to every console log line if True. Useful when you have many open consoles with different accounts file_level=logging.DEBUG, # Level of logs - If you think the log file it's too big, use logging.INFO emoji=True, # On Windows, we have a problem printing emoji. Set to false if you have a problem less=False, # If you think that the logs are too verbose, set this to True