Skip to content

Commit

Permalink
fix path to org.slf4j.implTest.RecursiveLBAppender in recursiveInit.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Aug 4, 2021
1 parent cf2112e commit 6b6918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-classic/src/test/resources/recursiveInit.xml
Expand Up @@ -8,7 +8,7 @@
</appender>


<appender name="RECURSIVE" class="org.slf4j.impl.RecursiveLBAppender"/>
<appender name="RECURSIVE" class="org.slf4j.implTest.RecursiveLBAppender"/>

<root level="DEBUG" >
<appender-ref ref="STDOUT" />
Expand Down

0 comments on commit 6b6918b

Please sign in to comment.