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
Using from log_handling import logger would be better as it wouldn't import the whole of the logging module, but we use logging in bot.py. Consider making a logger in log_handling which can be imported by Sirius explicitly and fulfils the StreamHandler functionality without needing to be created in bot.py
The text was updated successfully, but these errors were encountered:
Using
from log_handling import logger
would be better as it wouldn't import the whole of thelogging
module, but we uselogging
in bot.py. Consider making a logger inlog_handling
which can be imported by Sirius explicitly and fulfils the StreamHandler functionality without needing to be created in bot.pyThe text was updated successfully, but these errors were encountered: