<div dir="ltr">Hi,<div><br></div><div>At Logz.io we wrote a <a href="https://github.com/logzio/logzio-logback-appender">Logback appender</a> which uses <a href="http://bulldog2011.github.io/bigqueue/">BigQueue</a> to have persistence over logging events in case the application crashes. </div><div><br></div><div>The problem is that BigQueue it self uses slf4j for logging.</div><div><br></div><div>Upon the initialization phase of the appender we initialize the BigQueue, which write debug/info messages to the log. This is what we get to stderr due to this:</div><div><br></div><div><div><font face="monospace">SLF4J: A number (2) of logging calls during the initialization phase have been intercepted and are</font></div><div><font face="monospace">SLF4J: now being replayed. These are subject to the filtering rules of the underlying logging system.</font></div><div><font face="monospace">SLF4J: See also <a href="http://www.slf4j.org/codes.html#replay">http://www.slf4j.org/codes.html#replay</a></font></div></div><div><br></div><div>How would you go about eliminating these messages printed to stderr, since as I see, the behavior is normal and does not require any errors printed to stderr.</div><div><br></div><div>Thanks,</div><div><br></div><div>Asaf Mesika</div><div>Logz.io</div></div>