Skip to content

Commit bdf9993

Browse files
author
Michal Mrozek
committed
[Chore] Include date into the logging timestamp
1 parent 6691f66 commit bdf9993

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)