You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logs big af
Need to add some compression.
Also you cannot set period and other settings of file_handler in TwitchChannelPointsMiner.logger_settings , only bool auto_clear
Proposed solution
TODO:
logger.py
relocate default settings file_handler to LoggerSettings._init_
rewrite configure_loggers() so file_handler can use settings: LoggerSettings
example.py (run.py)
Add file_handler in logger_settings
override? TimedRotatingFileHandler methods to add compression after log file rotate
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
logs big af
Need to add some compression.
Also you cannot set period and other settings of
file_handler
inTwitchChannelPointsMiner.logger_settings
, onlybool auto_clear
Proposed solution
TODO:
file_handler
toLoggerSettings._init_
configure_loggers()
sofile_handler
can usesettings: LoggerSettings
file_handler
inlogger_settings
TimedRotatingFileHandler
methods to add compression after log file rotateAlternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: