Skip to content

Commit

Permalink
feat: commented some config
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Apr 3, 2024
1 parent 0b8a53e commit 1edb016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/keycloak/configuration/quarkus.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
quarkus.log.console.json.exception-output-type=formatted
quarkus.log.console.json.key-overrides="timestamp=@timestamp"
quarkus.log.console.json.additional-field."@version".value="1"
# quarkus.log.console.json.key-overrides="timestamp=@timestamp"
# quarkus.log.console.json.additional-field."@version".value="1"
quarkus.log.file.path="/var/log/eap/${env.POD_NAME}.log"
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.json.key-overrides="timestamp=@timestamp"
#quarkus.log.file.json.additional-field."@version".value="1"
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"
Expand Down

0 comments on commit 1edb016

Please sign in to comment.