Less spammy default log settings

This commit is contained in:
Viktor Lofgren 2023-07-17 21:42:13 +02:00
parent 92ed513e4f
commit f6e2216b87

View File

@ -29,15 +29,12 @@ appender.rolling.policies.size.size=10MB
appender.rolling.strategy.type = DefaultRolloverStrategy appender.rolling.strategy.type = DefaultRolloverStrategy
appender.rolling.strategy.max = 10 appender.rolling.strategy.max = 10
appender.rolling.filter.query.type = MarkerFilter appender.rolling.filter.query.type = MarkerFilter
appender.rolling.filter.query.onMismatch=NEUTRAL
appender.rolling.filter.query.onMatch=DENY appender.rolling.filter.query.onMatch=DENY
appender.rolling.filter.query.marker=QUERY appender.rolling.filter.query.marker=QUERY
appender.rolling.filter.http.type = MarkerFilter appender.rolling.filter.http.type = MarkerFilter
appender.rolling.filter.http.onMismatch=NEUTRAL
appender.rolling.filter.http.onMatch=DENY appender.rolling.filter.http.onMatch=DENY
appender.rolling.filter.http.marker=HTTP appender.rolling.filter.http.marker=HTTP
appender.rolling.filter.process.type = MarkerFilter appender.rolling.filter.process.type = MarkerFilter
appender.rolling.filter.process.onMismatch=NEUTRAL
appender.rolling.filter.process.onMatch=DENY appender.rolling.filter.process.onMatch=DENY
appender.rolling.filter.process.marker=PROCESS appender.rolling.filter.process.marker=PROCESS
appender.process.type = RollingFile appender.process.type = RollingFile