Skip to content

Commit 324a79d

Browse files
updated log line
1 parent 8680957 commit 324a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/admin/salt/SaltRotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public Result rotateSalts(
5656

5757
var postRotationSalts = rotateSalts(preRotationSalts, saltsToRotate, targetDate);
5858

59-
LOGGER.info("Salt rotation complete, target_date={} salts_rotated={} total_salts={}", targetDate, saltsToRotate.size(), postRotationSalts.length);
59+
LOGGER.info("Salt rotation complete target_date={}", targetDate);
6060
logSaltAges("refreshable-salts", targetDate, refreshableSalts);
6161
logSaltAges("rotated-salts", targetDate, saltsToRotate);
6262
logSaltAges("total-salts", targetDate, Arrays.asList(postRotationSalts));

0 commit comments

Comments
 (0)