Minor changes

This commit is contained in:
Scott Idem
2022-09-19 18:36:23 -04:00
parent b135001c10
commit b85397a9b5

View File

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