mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 20:01:31 +00:00
fix purge info typo (#18023)
Signed-off-by: Aleksandr Chebotov <alk.chebotov@gmail.com>
This commit is contained in:
parent
d87d906c84
commit
452ae168cc
|
@ -111,7 +111,7 @@ func (j *Job) Run(ctx job.Context, params job.Parameters) error {
|
|||
logger.Errorf("failed to purge audit log, error: %v", err)
|
||||
return err
|
||||
}
|
||||
logger.Infof("Purge operation parameter, renention_hour=%v, include_operations:%v, dry_run:%v",
|
||||
logger.Infof("Purge operation parameter, retention_hour=%v, include_operations:%v, dry_run:%v",
|
||||
j.retentionHour, j.includeOperations, j.dryRun)
|
||||
if j.dryRun {
|
||||
logger.Infof("[DRYRUN]Purged %d rows of audit logs", n)
|
||||
|
|
Loading…
Reference in New Issue
Block a user