Skip to content

Commit 6400455

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

File tree

1 file changed

+1
-3
lines changed
  • docs/platforms/java/common/legacy/log4j2

1 file changed

+1
-3
lines changed

docs/platforms/java/common/legacy/log4j2/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ Example configuration using the `log4j2.xml` format:
4141

4242
```xml
4343
<?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">
44+
<Configuration xmlns="https://logging.apache.org/xml/ns">
4745

4846
<Appenders>
4947
<Console name="CONSOLE" target="SYSTEM_OUT">

0 commit comments

Comments
 (0)