Skip to content

Commit 35e3e61

Browse files
vyppkarwasz
andauthored
Remove Log4j schema
Co-authored-by: Piotr P. Karwasz <[email protected]>
1 parent 269ac21 commit 35e3e61

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +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"
12-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-config-2.xsd">
11+
<Configuration xmlns="https://logging.apache.org/xml/ns">
1412

1513
<Appenders>
1614
<Console name="CONSOLE" target="SYSTEM_OUT">

0 commit comments

Comments
 (0)