Skip to content

Commit fb91990

Browse files
EricWittmannjsenko
authored andcommitted
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

Lines changed: 2 additions & 2 deletions
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)