Skip to content

Commit

Permalink
ARTEMIS-4351 suppress verbose info logging from console authenticator…
Browse files Browse the repository at this point in the history
… filter
  • Loading branch information
gtully committed Jul 7, 2023
1 parent 4b91d1d commit 1ef88b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ logger.audit_message.additivity = false
logger.jetty.name=org.eclipse.jetty
logger.jetty.level=WARN

# web console authenticator too verbose for impatient client
logger.authentication_filter.name=io.hawt.web.auth.AuthenticationFilter
logger.authentication_filter.level=ERROR

# Quorum related logger levels
logger.curator.name=org.apache.curator
logger.curator.level=WARN
Expand Down

0 comments on commit 1ef88b3

Please sign in to comment.