mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-06 15:22:08 -04:00
Use debug instead of info for overdue refresh logs
This commit is contained in:
parent
12525c7872
commit
4b239d69bb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ func (s Sync) initSync(ctx context.Context, objectType string) error {
|
|||
})
|
||||
|
||||
if err == nil {
|
||||
s.logger.Infof(
|
||||
s.logger.Debugf(
|
||||
"Refreshing %d already synced %s overdue indicators took %s",
|
||||
len(rows), objectType, time.Since(start),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue