Skip to content

Commit

Permalink
feat: removed double quotes from log file suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Apr 7, 2024
1 parent ebd0f9c commit 2306374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/keycloak/configuration/quarkus.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ quarkus.log.console.json.additional-field."@version".value=1
quarkus.log.file.json.exception-output-type=formatted
quarkus.log.file.json.key-overrides=timestamp=@timestamp
quarkus.log.file.json.additional-field."@version".value=1
quarkus.log.file.rotation.file-suffix=".yyyy-MM-dd"
quarkus.log.file.rotation.file-suffix=.yyyy-MM-dd
# Optional: Disable rotation by size (adjust value as needed)
quarkus.log.handler.file.rotation.max-file-size="10000M"
quarkus.log.handler.file.rotation.max-backup-index="100"

0 comments on commit 2306374

Please sign in to comment.