From 8cef94d4c6007c70164697f150e798ca2e126900 Mon Sep 17 00:00:00 2001 From: JungJun Date: Tue, 19 Jul 2022 14:59:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icssvc/icssvc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icssvc/icssvc.go b/icssvc/icssvc.go index 33a899e..52b4929 100644 --- a/icssvc/icssvc.go +++ b/icssvc/icssvc.go @@ -150,7 +150,7 @@ func (s IcsService) getMonth2Int(mon time.Month) int { ///////////////////////////// func (s IcsService) LogWatcher() *icserror.IcsError { l := icslog.GetIcsLog() - l.Print(icslog.LOG_LEVEL_INFO, -1, "Log Watcher Start") + // l.Print(icslog.LOG_LEVEL_INFO, -1, "Log Watcher Start") for !s.GetExit() { for s.GetStop() { @@ -215,7 +215,7 @@ func (s IcsService) LogWatcher() *icserror.IcsError { } s.log.M.Unlock() - l.Printf(icslog.LOG_LEVEL_INFO, -1, "Log Watcher: Updated Log File - %s", s.log.LogFileName) + // l.Printf(icslog.LOG_LEVEL_INFO, -1, "Log Watcher: Updated Log File - %s", s.log.LogFileName) } //l.Printf(icslog.LOG_LEVEL_INFO, -1, "Log Watcher")