<div dir="ltr"><div>Hi Matt and Joachim, thank you for the feedback.</div><div><br></div><div>I am looking for any configuration file that allows me to disable the logging hehehe but I could not find any.<br></div><div><br></div><div>My application is not running inside any container, it's just a bunch of jar files and a call to java on command line, then the app starts to listen to online quotes and the messages are flushed to a log file (that I wanna remove).</div><div><br></div><div>Thank you for the information, I'll search a little more and repost if necessary.</div><div><br></div><div>Regards.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 4, 2020 at 8:05 PM Joachim Durchholz <<a href="mailto:jo@durchholz.org">jo@durchholz.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 04.05.20 um 16:25 schrieb Túlio Guimarães:<br>
> Hi guys,<br>
> <br>
> So I've been looking for a way to disable quickfix/j logging but I could <br>
> not find anything helpful so far (my fault).<br>
<br>
SLF4J is just a common API for applications that want to write log messages.<br>
<br>
If everything is done according to best practices, you'll have:<br>
<br>
1) A logging backend (Logback, Commons Logging, java.util.logging, <br>
whatever).<br>
2) SLF4J.<br>
3) The quickfix/j library.<br>
4) Your application, possibly inside a web container (e.g. Tomcat).<br>
<br>
Level 4 configures what backend is in use at level 1, and at what detail <br>
level everything is being logged.<br>
<br>
Since you're asking on the SLF4J mailing list and talk about quickfix/j, <br>
I am assuming that quickfix/j is indeed doing just SLF4J calls, and the <br>
real backend is configured at level 4.<br>
So you'll have to look at the logging configuration in level 4 to <br>
determin what backend is in use, then look at the backend docs to find <br>
out how it is being configured, then look into the configuration in <br>
level 4 which gets interpreted by level 1.<br>
<br>
Hope this helps.<br>
<br>
Regards,<br>
Jo<br>
_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch" target="_blank">slf4j-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-user" rel="noreferrer" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-user</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature">Abração!<br>Tuio.<br></div>