mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-14 22:35:36 +01:00
remove the log for ScannerSkipUpdatePullTime (#19845)
fixes #19795, remove the noise in the log Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
04a140332e
commit
fdc012c237
@ -253,7 +253,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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user