Skip to content

Commit

Permalink
[cherry-pick]remove the log for ScannerSkipUpdatePullTime (#19847)
Browse files Browse the repository at this point in the history
remove the log for ScannerSkipUpdatePullTime

fixes #19795, remove the noise in the log

Signed-off-by: wang yan <wangyan@vmware.com>
  • Loading branch information
wy65701436 authored Jan 16, 2024
1 parent 8d0c8d4 commit b54b373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/config/userconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ func SkipAuditLogDatabase(ctx context.Context) bool {

// ScannerSkipUpdatePullTime returns the scanner skip update pull time setting
func ScannerSkipUpdatePullTime(ctx context.Context) bool {
log.Infof("skip_update_pull_time:%v", DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool())
return DefaultMgr().Get(ctx, common.ScannerSkipUpdatePullTime).GetBool()
}

Expand Down

0 comments on commit b54b373

Please sign in to comment.