<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr"><div>Hi guys,</div><div><br></div><div>I'm looking for a full replacement to Logback in WildFly. I already added modules remove another ones and disabled log manager.</div><div>Also I defined a default logback.xml and set it by property logback.configurationFile</div><div><br></div><div>I was looking to work with JNDI context selector but as I see Loggers created from modules are attached to default LoggerContext and still after reuse from application classes</div><div><br></div><div>My application logs works with the right contextSelector and consequentially the right appenders. <br></div><div>But when I call some logger from modules, for example a query (SqlStatementLogger), its loggers are attached with default LoggerContext what selects the default appenders not application ones</div><div><br></div><div>Is there a way to Logger dynamic select another context after it has been created?</div><div>Has anyone made this work (as a full replacement)? </div><div><br></div></div>
</div><br></div>