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 6400455 commit 269ac21Copy full SHA for 269ac21
docs/platforms/java/guides/spring-boot/logging-frameworks.mdx
@@ -91,9 +91,7 @@ Then [follow the guide on configuring Log4j 2 with Spring Boot](https://docs.spr
91
92
```xml
93
<?xml version="1.0" encoding="UTF-8"?>
94
-<Configuration xmlns="https://logging.apache.org/xml/ns"
95
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
96
- 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">
97
98
<Appenders>
99
<Console name="CONSOLE" target="SYSTEM_OUT">
0 commit comments