mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
[cherry-pick]remove the log for ScannerSkipUpdatePullTime (#19847)
remove the log for ScannerSkipUpdatePullTime fixes #19795, remove the noise in the log Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
8d0c8d4bec
commit
b54b373757
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user