Skip to content

Commit 522d589

Browse files
authored
Fix Log4j2 note with Spring boot configuration (#4262)
1 parent f289ad6 commit 522d589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platforms/java/guides/spring-boot/logging-frameworks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Then [follow the guide on configuring Log4j2 with Spring Boot](https://docs.spri
109109

110110
<Note>
111111

112-
You do not need to configure your DSN in the Logback configuration file since Sentry is configured from the Spring Boot integration.
112+
You do not need to configure your DSN in the Log4j2 configuration file since Sentry is configured from the Spring Boot integration.
113113

114-
However, if errors that may appear during startup should to be sent to Sentry, the DSN must be provided to <i>both</i> the Logback and Spring Boot configurations.
114+
However, if errors that may appear during startup should to be sent to Sentry, the DSN must be provided to <i>both</i> the Log4j2 and Spring Boot configurations.
115115

116116
</Note>

0 commit comments

Comments
 (0)