Skip to content

Commit

Permalink
Silence warning from Jersey wadl support using logging.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 30, 2024
1 parent 5e19310 commit 5d024f0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ java.util.logging.SimpleFormatter.format=%1$tY.%1$tm.%1$td %1$tH:%1$tM:%1$tS %4$
# Quiet Weld
org.jboss.level=WARNING

# Quiet Jersey wadl support
org.glassfish.jersey.server.wadl.level=SEVERE

# Component specific log levels
#io.helidon.config.level=INFO
#io.helidon.security.level=INFO
Expand Down

0 comments on commit 5d024f0

Please sign in to comment.