ARTEMIS-4351 suppress verbose info logging from console authenticator filter

This commit is contained in:
Gary Tully 2023-07-07 12:03:07 +01:00
parent 4b91d1d57e
commit 1ef88b3105
1 changed files with 4 additions and 0 deletions

View File

@ -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