Skip to content

Commit 58c8cb8

Browse files
added log line for when salt rotation is complete
1 parent 41f3de0 commit 58c8cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +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);
5960
logSaltAges("refreshable-salts", targetDate, refreshableSalts);
6061
logSaltAges("rotated-salts", targetDate, saltsToRotate);
6162
logSaltAges("total-salts", targetDate, Arrays.asList(postRotationSalts));

0 commit comments

Comments
 (0)