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

Do not log Spring MVC mappings in production env

parent e238f842
Branches
Tags
No related merge requests found
......@@ -13,3 +13,5 @@ log4j.category.io.netty=WARN
log4j.category.io.netty.channel.DefaultChannelPipeline=ERROR
log4j.category.net.sf.json=WARN
log4j.category.org.springframework=INFO
log4j.category.org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping=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