Skip to content

Commit 6a35748

Browse files
committed
Merge remote-tracking branch 'origin/develop' into etcm-102/fast-sync-integration-test
2 parents 5665378 + 7fc31b3 commit 6a35748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/logback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<configuration>
22

3-
<property name="stdoutEncoderPattern" value="%d{HH:mm:ss} [%logger{36}] - %msg%n" />
4-
<property name="fileEncoderPattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} %X{akkaSource} - %msg%n" />
3+
<property name="stdoutEncoderPattern" value="%d [%logger{36}] - %msg%n" />
4+
<property name="fileEncoderPattern" value="%d [%thread] %-5level %logger{36} %X{akkaSource} - %msg%n" />
55

66
<!--read properties from application.conf-->
77
<newRule pattern="*/load" actionClass="io.iohk.ethereum.utils.LoadFromApplicationConfiguration"/>

0 commit comments

Comments
 (0)