refresh works vaugely better
This commit is contained in:
parent
bdce09435a
commit
4c5087773d
4 changed files with 12 additions and 10 deletions
|
@ -28,7 +28,7 @@ def get_logger():
|
|||
# add a file handler
|
||||
log_name = "bot.log"
|
||||
fh = logging.FileHandler(log_name)
|
||||
fh.setLevel(logging.DEBUG)
|
||||
fh.setLevel(logging.INFO)
|
||||
|
||||
# stdout handler
|
||||
sh = logging.StreamHandler()
|
||||
|
|
Reference in a new issue