Skip to content

Commit

Permalink
Update out-of-date reference website (#825)
Browse files Browse the repository at this point in the history
The ndjson domain has expired and now shows Korean gambling advertisements.

ndjson is roughly the same as jsonlines (the difference being that ndjson allows empty lines, something that logback does not need)

Signed-off-by: Peter-René Jeschke <peter-rene.jeschke@ratepay.com>
  • Loading branch information
peterjeschke committed Jun 24, 2024
1 parent 7cc62d9 commit a33fdd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
*
*
* http://ndjson.org/ https://datatracker.ietf.org/doc/html/rfc8259
* https://jsonlines.org/ https://datatracker.ietf.org/doc/html/rfc8259
*/
public class JsonEncoder extends EncoderBase<ILoggingEvent> {
static final boolean DO_NOT_ADD_QUOTE_KEY = false;
Expand Down

0 comments on commit a33fdd7

Please sign in to comment.