Work on hosted files and converting files

This commit is contained in:
Scott Idem
2023-05-03 14:11:41 -04:00
parent 7889eb273b
commit d75e9fd8c8
2 changed files with 5 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ def load_event_presenter_obj(
if inc_event_device_list: pass
if inc_event_file_list:
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.info('Need to include event file list...')
from app.methods.event_file_methods import get_event_file_rec_list, load_event_file_obj