Skip to content

Commit

Permalink
:instrumentation:logback:logback-appender-1.0:javaagent:spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-suhorukov committed Jul 19, 2024
1 parent 567fce4 commit 7500d3e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ public final class LogbackSingletons {
false);
boolean captureArguments =
config.getBoolean(
"otel.instrumentation.logback-appender.experimental.capture-arguments",
false);
"otel.instrumentation.logback-appender.experimental.capture-arguments", false);
List<String> captureMdcAttributes =
config.getList(
"otel.instrumentation.logback-appender.experimental.capture-mdc-attributes",
Expand Down

0 comments on commit 7500d3e

Please sign in to comment.