Skip to content

Commit 8339b67

Browse files
authored
nit: fix admin tool log level and comments (#1626)
The previous WARNING log levels seems to work, but WARN aligns better with standard Quarkus log levels. Fixes #1612
1 parent 24315cf commit 8339b67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

quarkus/admin/src/main/resources/application.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ quarkus.index-dependency.protobuf.group-id=com.google.protobuf
5151
quarkus.index-dependency.protobuf.artifact-id=protobuf-java
5252
quarkus.datasource.devservices.image-name=postgres:17-alpine
5353

54-
# ---- Logging Configuration ----
55-
# Set root logging level to WARNING to suppress INFO logs
56-
quarkus.log.level=WARNING
54+
## Logging Configuration
55+
# Set root logging level to WARN to avoid mostly irrelevant Quarkus log messages.
56+
# The Admin tool communicates with the user via STDOUT/STDERR
57+
quarkus.log.level=WARN

0 commit comments

Comments
 (0)