log process on debug mode
This commit is contained in:
parent
566aa311cb
commit
d47e2fef12
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def core_api_sync():
|
|||
meta = get_process.metadata
|
||||
state = get_process.state
|
||||
except Exception as err:
|
||||
logger_job.error(process)
|
||||
logger_job.debug(process)
|
||||
continue
|
||||
|
||||
if meta is None or meta['restreamer-ui'].get('meta') is None:
|
||||
|
|
Loading…
Reference in a new issue