Skip to content

Commit

Permalink
#27809 Changing dotcms-cli.log default location
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Apr 24, 2024
1 parent 6947043 commit da474c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ quarkus.log.file.enable=true
# To override the level: ./mvnw quarkus:dev -Dquarkus.log.file.level=DEBUG
# For debug change this level to DEBUG
quarkus.log.file.level=INFO
quarkus.log.file.path=dotcms-cli.log
quarkus.log.file.path=${user.home}/.dotcms/dotcms-cli.log
quarkus.log.file.rotation.max-file-size=10M
quarkus.log.file.rotation.max-backup-index=5
quarkus.log.file.rotation.rotate-on-boot=false
Expand Down

0 comments on commit da474c4

Please sign in to comment.