Skip to content

Commit

Permalink
Default debug and test log level for Quarkus is now INFO instead of D…
Browse files Browse the repository at this point in the history
…EBUG
  • Loading branch information
EricWittmann authored and jsenko committed Jan 27, 2025
1 parent ca3931f commit fb91990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/controller/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Logging

quarkus.log.level=info
%dev.quarkus.log.level=debug
%test.quarkus.log.level=debug
%dev.quarkus.log.level=info
%test.quarkus.log.level=info

apicurio.log.level=info
%dev.apicurio.log.level=debug
Expand Down

0 comments on commit fb91990

Please sign in to comment.