Update example.py

This commit is contained in:
Roman Davydov
2023-10-16 01:04:22 +03:00
committed by GitHub
parent 72d87e4ed9
commit fac1dcf995

View File

@@ -28,7 +28,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. Also adds it to Telegram, Discord, etc. Useful when you have several accounts
auto_clear=True, # Create a file rotation handler with interval = 1D and backupCount = 7 if True (default)
time_zone="", # Set a specific time zone for console and file loggers. Use tz database names. Example: "America/Denver"
file_level=logging.DEBUG, # Level of logs - If you think the log file it's too big, use logging.INFO