Skip to content

Commit

Permalink
chore: rename JSON message label
Browse files Browse the repository at this point in the history
  • Loading branch information
manikmagar committed Oct 16, 2024
1 parent ffb2e44 commit 4a80910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class CustomLoggerConfiguration implements Startable, Initialisable {
private boolean enableV1Compatibility;

@Parameter
@DisplayName("Format as JSON")
@DisplayName("Format Message as JSON String")
@Summary("Writes the Log message as JSON String. This can be useful where appenders (eg. OpenTelemetry) does not support using layouts but backend system requires a JSON formatted message.")
@Optional(defaultValue = "false")
@Expression(ExpressionSupport.NOT_SUPPORTED)
Expand Down

0 comments on commit 4a80910

Please sign in to comment.