Skip to content

Commit

Permalink
remove unnecessary space (open-telemetry#4222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmsaaaam authored Mar 31, 2024
1 parent f5aee1a commit 973db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/automatic/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ appender in your `logback.xml` or `logback-spring.xml` file:
</encoder>
</appender>
<appender name="OpenTelemetry"
class="io.opentelemetry.instrumentation.logback.appender.v1_0.OpenTelemetryAppender ">
class="io.opentelemetry.instrumentation.logback.appender.v1_0.OpenTelemetryAppender">
<captureExperimentalAttributes>false</captureExperimentalAttributes>
<captureCodeAttributes>true</captureCodeAttributes>
<captureMarkerAttribute>true</captureMarkerAttribute>
Expand Down

0 comments on commit 973db7b

Please sign in to comment.