浏览代码

fix #642 suppress warning logs

Shinsuke Sugaya 9 年之前
父节点
当前提交
34082c7e3c
共有 1 个文件被更改,包括 4 次插入0 次删除
  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.formatter=java.util.logging.SimpleFormatter
 java.util.logging.FileHandler.count=10
+
+# Suppress warning logs
+org.apache.catalina.webresources.Cache.level=SEVERE
+