Skip to content

Commit

Permalink
Removed maxShortMessageLength from README (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Mar 16, 2024
1 parent e9b808a commit 261e046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ Find more advanced examples in the [examples directory](examples).
* **appendNewline**: If true, a system dependent newline separator will be added at the end of each message.
Don't use this in conjunction with TCP or UDP appenders, as this is only reasonable for
console logging!
* **maxShortMessageLength**: Maximum length for short message (truncate after this length).
Default: 0 (no truncate).
* **shortMessageLayout**: Short message format. Default: `"%m%nopex"`.
* **fullMessageLayout**: Full message format (Stacktrace). Default: `"%m%n"`.
* **numbersAsString**: Log numbers as String. Default: false.
Expand Down

0 comments on commit 261e046

Please sign in to comment.