mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 16:19:05 +00:00
hotfix attempt 1
This commit is contained in:
@@ -10,4 +10,4 @@ formatter = logging.Formatter('%(asctime)s %(levelname)-5s %(message)s')
|
||||
file_handler = FileHandler("oddb.log")
|
||||
file_handler.setFormatter(formatter)
|
||||
logger.addHandler(file_handler)
|
||||
logger.addHandler(StreamHandler(sys.stdout))
|
||||
# logger.addHandler(StreamHandler(sys.stdout))
|
||||
|
||||
Reference in New Issue
Block a user