Updated event location related. General code clean up and updates.

This commit is contained in:
Scott Idem
2022-09-23 16:27:46 -04:00
parent f691137a78
commit 97bd91f006
3 changed files with 90 additions and 29 deletions

View File

@@ -38,7 +38,7 @@ logging.config.dictConfig({
}
},
'root': {
'handlers': ['console', 'log_file_all'], #, 'log_file_all', 'log_file_warning'],
'handlers': ['console'], #, 'log_file_all', 'log_file_warning'],
'level': 'WARNING', # WARNING
}
})