Skip to content

Commit b6521e2

Browse files
authored
Apply suggestions from code review
1 parent 35e3e61 commit b6521e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/platforms/java/common/legacy/log4j2/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Example configuration using the `log4j2.xml` format:
4141

4242
```xml
4343
<?xml version="1.0" encoding="UTF-8"?>
44-
<Configuration xmlns="https://logging.apache.org/xml/ns">
44+
<Configuration>
4545

4646
<Appenders>
4747
<Console name="CONSOLE" target="SYSTEM_OUT">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Then [follow the guide on configuring Log4j 2 with Spring Boot](https://docs.spr
9191

9292
```xml
9393
<?xml version="1.0" encoding="UTF-8"?>
94-
<Configuration xmlns="https://logging.apache.org/xml/ns">
94+
<Configuration>
9595

9696
<Appenders>
9797
<Console name="CONSOLE" target="SYSTEM_OUT">

platform-includes/getting-started-config/java.log4j2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `ConsoleAppender` is provided only as an example of a non-Sentry appender se
88

99
```xml
1010
<?xml version="1.0" encoding="UTF-8"?>
11-
<Configuration xmlns="https://logging.apache.org/xml/ns">
11+
<Configuration>
1212

1313
<Appenders>
1414
<Console name="CONSOLE" target="SYSTEM_OUT">

0 commit comments

Comments
 (0)