Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore: add logging for when files are added to the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel committed Feb 14, 2020
1 parent 6f551c0 commit df78a7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void rollover() throws RolloverFailure {
s3LogUploaderService.ingestLog(filename);
log.info("Log ingested in policy rollover for: " + filename);
} else {
log.info("add this file to queue in policy: " + filename);
logChunkFileS3Queue.offer(filename);
}
}
Expand Down

0 comments on commit df78a7c

Please sign in to comment.