I am getting duplicate lines in my log output with the following web.config entries:
<root>
<priority value="Off"/>
<appender-ref ref="FileAppender"/>
</root>
<logger name="SessionMgr">
<priority value="ALL" />
<appender-ref ref="FileAppender" />
</logger>
If I take the element out I get nothing, as I expect. But, adding the element results in ever line duplicated.
What am I not understanding?