mirror of https://github.com/apache/cassandra
fix file logger layout to not dump stacktrace over lines
This commit is contained in:
parent
b1db331757
commit
1141b82d68
|
|
@ -12,7 +12,7 @@
|
|||
<maxFileSize>20MB</maxFileSize>
|
||||
</triggeringPolicy>
|
||||
<encoder>
|
||||
<pattern>%-5level [%thread] %date{ISO8601} %caller{1} - %msg%n</pattern>
|
||||
<pattern>%-5level [%thread] %date{ISO8601} %F:%L - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue