This commit is contained in:
2210045
2026-02-26 11:39:53 +09:00
parent 48552e542c
commit 32c7fc2410
@@ -18,7 +18,7 @@ public class UpdateCronCommand extends Command{
public Object execute() throws CommandException
{
Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULLER);
Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULER);
logger.info(this.name + " Agent 가 호출되었습니다.");
if ( args == null || !(args instanceof String)) {