fix #642 suppress warning logs
This commit is contained in:
parent
87c0b9463d
commit
34082c7e3c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue