We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680957 commit 324a79dCopy full SHA for 324a79d
src/main/java/com/uid2/admin/salt/SaltRotation.java
@@ -56,7 +56,7 @@ public Result rotateSalts(
56
57
var postRotationSalts = rotateSalts(preRotationSalts, saltsToRotate, targetDate);
58
59
- LOGGER.info("Salt rotation complete, target_date={} salts_rotated={} total_salts={}", targetDate, saltsToRotate.size(), postRotationSalts.length);
+ LOGGER.info("Salt rotation complete target_date={}", targetDate);
60
logSaltAges("refreshable-salts", targetDate, refreshableSalts);
61
logSaltAges("rotated-salts", targetDate, saltsToRotate);
62
logSaltAges("total-salts", targetDate, Arrays.asList(postRotationSalts));
0 commit comments