mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-03 21:33:34 +03:00
prevent duplicating log items
This commit is contained in:
parent
d7bad94495
commit
cd31e6ea9e
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ func (j *JobManager) log(format string, severity logging.Level, args ...interfac
|
|||
case logging.DEBUG:
|
||||
j.logger.Debugf(format, args...)
|
||||
}
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
switch severity {
|
||||
|
|
Loading…
Add table
Reference in a new issue