Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix json layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Jul 14, 2021
1 parent 4c75098 commit 54932db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</Properties>
<Appenders>
<Console name="ConsoleJSONAppender" target="SYSTEM_OUT">
<JsonLayout complete="false" compact="true"/>
<JsonLayout compact="true" properties="true" eventEol="true" />
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit 54932db

Please sign in to comment.