Skip to content

Commit

Permalink
Verify log file rotation for periods longer than day
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk committed Aug 25, 2024
1 parent 9723ea1 commit 5e04d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logging/jboss/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
# By default min-level is set to DEBUG
#quarkus.log.min-level=DEBUG
quarkus.log.level=TRACE

# Verifies https://github.com/quarkusio/quarkus/issues/40016
quarkus.log.file.enable=true
quarkus.log.file.rotation.file-suffix=.yyyy-MM

0 comments on commit 5e04d3e

Please sign in to comment.