Skip to content

Commit

Permalink
Update keywork log
Browse files Browse the repository at this point in the history
  • Loading branch information
zgyzgyhero committed Jan 29, 2021
1 parent 55b2c10 commit 6610a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor-server/services/db/cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func CheckLogKeyword() {
return
}
if len(logMonitorTable) == 0 {
log.Logger.Info("Check log keyword config empty")
log.Logger.Debug("Check log keyword config empty")
return
}
var alarmTable []*m.AlarmTable
Expand Down

0 comments on commit 6610a84

Please sign in to comment.