Unknown
This commit is contained in:
@@ -63,11 +63,10 @@ def load_event_file_obj(
|
||||
|
||||
try:
|
||||
event_file_obj = Event_File_Base(**event_file_rec)
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(event_file_obj)
|
||||
except ValidationError as e:
|
||||
log.error(e.json())
|
||||
return False
|
||||
log.debug(event_file_obj)
|
||||
|
||||
if inc_hosted_file and hosted_file_id:
|
||||
log.info('Need to include hosted file...')
|
||||
|
||||
Reference in New Issue
Block a user