We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269ac21 commit 35e3e61Copy full SHA for 35e3e61
platform-includes/getting-started-config/java.log4j2.mdx
@@ -8,9 +8,7 @@ The `ConsoleAppender` is provided only as an example of a non-Sentry appender se
8
9
```xml
10
<?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">
+<Configuration xmlns="https://logging.apache.org/xml/ns">
14
15
<Appenders>
16
<Console name="CONSOLE" target="SYSTEM_OUT">
0 commit comments