Skip to content

Commit 1c8d8ef

Browse files
committed
Fix changelog formatting
1 parent 1e9c8af commit 1c8d8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## 3.0.0
88
* Exception Stack Trace Size - this has been changed from a default of `10` to `300`. This applies to all logging libraries supported by the `java-log-extension` project.
99
* This is configurable via:
10-
* System property: `-Dnewrelic.log_extension.max_stack_size=integer`
11-
* Environment Variable: `NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=integer`
12-
* Mapped Diagnostic Context (MDC) - decorating logs with MDC data is now generally supported but disabled by default. This applies to all logging libraries supported by the `java-log-extension` project, except for Java Util Logging (JUL) which does not provide an MDC mechanism.
10+
* System property: `-Dnewrelic.log_extension.max_stack_size=integer`
11+
* Environment Variable: `NEW_RELIC_LOG_EXTENSION_MAX_STACK_SIZE=integer`
12+
* Mapped Diagnostic Context (MDC) - decorating logs with MDC data is now generally supported but disabled by default. MDC keys will be prefixed by `context.` to prevent clashes with New Relic specific attributes. This applies to all logging libraries supported by the `java-log-extension` project, except for Java Util Logging (JUL) which does not provide an MDC mechanism.
1313
* This is configurable via:
1414
* System property: `-Dnewrelic.log_extension.add_mdc=boolean`
1515
* Environment Variable: `NEW_RELIC_LOG_EXTENSION_ADD_MDC=boolean`

0 commit comments

Comments
 (0)