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 4c06f9e commit 6400455Copy full SHA for 6400455
docs/platforms/java/common/legacy/log4j2/index.mdx
@@ -41,9 +41,7 @@ Example configuration using the `log4j2.xml` format:
41
42
```xml
43
<?xml version="1.0" encoding="UTF-8"?>
44
-<Configuration xmlns="https://logging.apache.org/xml/ns"
45
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46
- 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">
47
48
<Appenders>
49
<Console name="CONSOLE" target="SYSTEM_OUT">
0 commit comments