Skip to content

Commit 269ac21

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +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"
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">
94+
<Configuration xmlns="https://logging.apache.org/xml/ns">
9795

9896
<Appenders>
9997
<Console name="CONSOLE" target="SYSTEM_OUT">

0 commit comments

Comments
 (0)