refresh works vaugely better

This commit is contained in:
Luke Rogers 2013-12-01 22:52:33 +13:00
parent bdce09435a
commit 4c5087773d
4 changed files with 12 additions and 10 deletions

View file

@ -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()