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

Commit

Permalink
default line separation
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer <kristofer@andes.is>
  • Loading branch information
AndesKrrrrrrrrrrr committed Apr 23, 2024
1 parent c68c2e5 commit 2614836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public abstract class JsonLayoutBase<E> extends LayoutBase<E> {

public JsonLayoutBase() {
this.includeTimestamp = true;
this.appendLineSeparator = false;
this.appendLineSeparator = true;
}

@Override
Expand Down

0 comments on commit 2614836

Please sign in to comment.