mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 09:38:02 +01:00
Decrease logging level in RemoveExpiredBackupsCommand
This commit is contained in:
committed by
ravi-signal
parent
5c74aed8f6
commit
cdd2082b07
@@ -148,7 +148,9 @@ public class RemoveExpiredBackupsCommand extends EnvironmentCommand<WhisperServe
|
||||
|
||||
return mono
|
||||
.doOnSuccess(ignored -> {
|
||||
logger.info("incrementing metric for {}", HexFormat.of().formatHex(expiredBackup.hashedBackupId()));
|
||||
logger.trace("Successfully expired {} for {}",
|
||||
expiredBackup.expirationType(),
|
||||
HexFormat.of().formatHex(expiredBackup.hashedBackupId()));
|
||||
Metrics
|
||||
.counter(EXPIRED_BACKUPS_COUNTER_NAME,
|
||||
"tier", expiredBackup.expirationType().name(),
|
||||
|
||||
Reference in New Issue
Block a user