Add logging configuration for JUL, Log4j2 and SLF4J using Logback.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# java.util.logging (JUL) configuration
|
||||
|
||||
org.apache=ERROR
|
||||
org.springframework=ERROR
|
||||
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter=OFF
|
||||
org.springframework.data.gemfire.listener.adapter.ContinuousQueryListenerAdapter.useParentHandlers=false
|
||||
org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer=OFF
|
||||
org.springframework.data.gemfire.support.SpringContextBootstrappingInitializer.useParentHandlers=false
|
||||
Reference in New Issue
Block a user