Skip to content
Snippets Groups Projects
Commit e6b9f437 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Reduce logging by Pac4j OAuth

Limit logging for profile handling to WARN level for privacy reasons.
parent 0ec8201e
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ log4j.category.com.fourspaces.couchdb=ERROR ...@@ -12,6 +12,7 @@ log4j.category.com.fourspaces.couchdb=ERROR
log4j.category.io.netty=WARN log4j.category.io.netty=WARN
log4j.category.io.netty.channel.DefaultChannelPipeline=ERROR log4j.category.io.netty.channel.DefaultChannelPipeline=ERROR
log4j.category.net.sf.json=WARN log4j.category.net.sf.json=WARN
log4j.category.org.pac4j.oauth.profile=WARN
log4j.category.org.springframework=INFO log4j.category.org.springframework=INFO
log4j.category.org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping=WARN log4j.category.org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping=WARN
log4j.category.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping=WARN log4j.category.org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping=WARN
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment