Browse Source

fix #642 suppress warning logs

Shinsuke Sugaya 9 years ago
parent
commit
34082c7e3c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/assemblies/files/logging.properties

+ 4 - 0
src/main/assemblies/files/logging.properties

@@ -8,3 +8,7 @@ java.util.logging.FileHandler.level=INFO
 java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log
 java.util.logging.FileHandler.pattern=${fess.log.path}/server_%g.log
 java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
 java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
 java.util.logging.FileHandler.count=10
 java.util.logging.FileHandler.count=10
+
+# Suppress warning logs
+org.apache.catalina.webresources.Cache.level=SEVERE
+