Skip to content

Commit

Permalink
feat: set default log level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcScheib committed Apr 17, 2024
1 parent 67adfd3 commit 3213fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ quarkus.container-image.labels."org.opencontainers.image.source"=https://github.
# set default log level
%dev.quarkus.log.level=INFO
%dev.quarkus.log.category."com.cycrilabs".level=DEBUG
%prod.quarkus.log.level=ERROR
%prod.quarkus.log.level=INFO

# set default banner
quarkus.banner.path=banner.txt

0 comments on commit 3213fb9

Please sign in to comment.