File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
platform-includes/getting-started-config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +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 " >
44+ <Configuration >
4545
4646 <Appenders >
4747 <Console name =" CONSOLE" target =" SYSTEM_OUT" >
Original file line number Diff line number Diff line change @@ -91,7 +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 " >
94+ <Configuration >
9595
9696 <Appenders >
9797 <Console name =" CONSOLE" target =" SYSTEM_OUT" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The `ConsoleAppender` is provided only as an example of a non-Sentry appender se
88
99``` xml
1010<?xml version =" 1.0" encoding =" UTF-8" ?>
11- <Configuration xmlns = " https://logging.apache.org/xml/ns " >
11+ <Configuration >
1212
1313 <Appenders >
1414 <Console name =" CONSOLE" target =" SYSTEM_OUT" >
You can’t perform that action at this time.
0 commit comments