We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6691f66 commit bdf9993Copy full SHA for bdf9993
src/main/resources/logback.xml
@@ -1,7 +1,7 @@
1
<configuration>
2
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" />
+ <property name="stdoutEncoderPattern" value="%d [%logger{36}] - %msg%n" />
+ <property name="fileEncoderPattern" value="%d [%thread] %-5level %logger{36} %X{akkaSource} - %msg%n" />
5
6
<!--read properties from application.conf-->
7
<newRule pattern="*/load" actionClass="io.iohk.ethereum.utils.LoadFromApplicationConfiguration"/>
0 commit comments