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 a0aeedb commit 919a948Copy full SHA for 919a948
src/site/antora/modules/ROOT/examples/manual/configuration/xinclude-loggers.xml
@@ -16,9 +16,9 @@
16
~ limitations under the License.
17
-->
18
<Loggers>
19
- <Rogger name="org.example" level="DEBUG" additivity="false">
+ <Logger name="org.example" level="DEBUG" additivity="false">
20
<AppenderRef ref="FILE" />
21
- </Rogger>
+ </Logger>
22
<Root level="ERROR">
23
<AppenderRef ref="CONSOLE" />
24
</Root>
0 commit comments