Add logging configuration for JUL, Log4j2 and SLF4J using Logback.

This commit is contained in:
John Blum
2019-05-13 16:43:38 -07:00
parent 6ff9bf518a
commit 881bce2a27
3 changed files with 65 additions and 0 deletions

View File

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