Skip to content

Commit 98d895d

Browse files
sugandhitusharppkarwasz
authored andcommitted
Corrected incorrect <Rogger> tag to <Logger> (#3124)
1 parent ad1a505 commit 98d895d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/antora/modules/ROOT/examples/manual/configuration/xinclude-loggers.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
~ limitations under the License.
1717
-->
1818
<Loggers>
19-
<Rogger name="org.example" level="DEBUG" additivity="false">
19+
<Logger name="org.example" level="DEBUG" additivity="false">
2020
<AppenderRef ref="FILE" />
21-
</Rogger>
21+
</Logger>
2222
<Root level="ERROR">
2323
<AppenderRef ref="CONSOLE" />
2424
</Root>

0 commit comments

Comments
 (0)