fix purge info typo (#18023)

Signed-off-by: Aleksandr Chebotov <alk.chebotov@gmail.com>
This commit is contained in:
Aleksandr Chebotov 2023-01-03 08:48:14 +03:00 committed by GitHub
parent d87d906c84
commit 452ae168cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)