Skip to content

Commit

Permalink
chore: change layout of console appender
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay committed Dec 11, 2024
1 parent 88437f4 commit 9cd5d8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/src/main/resources/gflog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<config>
<appender name="console" factory="com.epam.deltix.gflog.core.appender.ConsoleAppenderFactory"/>

<appender name="console" factory="com.epam.deltix.gflog.core.appender.ConsoleAppenderFactory">
<layout template="%d %p [%t] [%c{1}] %m%n"/>
</appender>

<appender name="file" factory="com.epam.deltix.gflog.core.appender.DailyRollingFileAppenderFactory"
bufferCapacity="32m" file="${env:AIDIAL_LOG_FILE:-log/aidial.log}" maxFiles="10" maxFileSize="1g">
<layout template="%m%n"/>
Expand Down

0 comments on commit 9cd5d8b

Please sign in to comment.