Skip to content

Commit fb91990

Browse files
EricWittmannjsenko
authored andcommittedJan 27, 2025
Default debug and test log level for Quarkus is now INFO instead of DEBUG
1 parent ca3931f commit fb91990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎operator/controller/src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Logging
55

66
quarkus.log.level=info
7-
%dev.quarkus.log.level=debug
8-
%test.quarkus.log.level=debug
7+
%dev.quarkus.log.level=info
8+
%test.quarkus.log.level=info
99

1010
apicurio.log.level=info
1111
%dev.apicurio.log.level=debug

0 commit comments

Comments
 (0)