mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
change log to logger in the process definition service class
This commit is contained in:
parent
a64421e8e7
commit
74f154d3ae
@ -2371,7 +2371,7 @@ public class ProcessDefinitionServiceImpl extends BaseServiceImpl implements Pro
|
||||
return result;
|
||||
}
|
||||
if (!CronUtils.isValidExpression(scheduleObj.getCrontab())) {
|
||||
log.error("CronExpression verify failure, cron:{}.", scheduleObj.getCrontab());
|
||||
logger.error("CronExpression verify failure, cron:{}.", scheduleObj.getCrontab());
|
||||
putMsg(result, Status.REQUEST_PARAMS_NOT_VALID_ERROR, scheduleObj.getCrontab());
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user