SPRINT-15: attempt to fix loggly datetimes

This commit is contained in:
Tim Chamberlain
2022-11-15 12:17:32 -06:00
parent 322efa2102
commit 848a09cef5

View File

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