Skip to content

Commit b0abe3c

Browse files
committed
add logging
1 parent 808a17d commit b0abe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/utils/src/main/java/com/akto/data_actor/DbLayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ private static void cleanupCollectionIfNeeded(String collectionName, AccountsCon
802802
long endDropTime = System.currentTimeMillis();
803803

804804
String afterDropMsg = String.format(
805-
"Successfully dropped collection=%s, account=%d, timestamp=%d, timeTakenSeconds=%d",
805+
"Successfully dropped collection=%s, account=%d, timestamp=%d, timeTakenMilliseconds=%d",
806806
collectionName, accountId, endDropTime, endDropTime - startDropTime
807807
);
808808
loggerMaker.infoAndAddToDb(afterDropMsg);

0 commit comments

Comments
 (0)