ARTEMIS-4351 suppress verbose info logging from console authenticator filter
This commit is contained in:
parent
4b91d1d57e
commit
1ef88b3105
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue