SPRINT-15: reverted log change

This commit is contained in:
Tim Chamberlain
2022-11-16 10:14:14 -06:00
parent 955a30a660
commit 03bce59f2a

View File

@ -7,7 +7,7 @@
</Console>
<Syslog name="SyslogAppender" format="RFC5424" host="localhost" port="514" protocol="UDP" appName="qqq" facility="LOCAL0">
<LevelRangeFilter minLevel="ERROR" maxLevel="INFO" onMatch="ACCEPT" onMismatch="DENY"/>
<JSONLayout complete="false" compact="true" stacktraceAsString="true" />
<PatternLayout pattern="%date{ISO8601} | %relative | %level | %threadName | %logger{1} | %message%n"/>
</Syslog>
<File name="LogFileAppender" fileName="log/qqq.log">
<LevelRangeFilter minLevel="ERROR" maxLevel="all" onMatch="ACCEPT" onMismatch="DENY"/>