<div dir="ltr">Hi all, <div><br></div><div>I'm trying to send to syslog any log msg with a level or WARNING+</div><div><br></div><div>I'm finding inconsistent information and behavior though...</div><div><br></div><div>1- From the docs: <a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_syslog">https://freeswitch.org/confluence/display/FREESWITCH/mod_syslog</a></div><div><br></div><div><i>...There is currently no way to insert the level, nor to change the date format...</i></div><div><br></div><div>2- From the conf file: <a href="https://github.com/signalwire/freeswitch/blob/master/conf/vanilla/autoload_configs/syslog.conf.xml">https://github.com/signalwire/freeswitch/blob/master/conf/vanilla/autoload_configs/syslog.conf.xml</a></div><div><br></div><div><i>... <param name="loglevel" value="warning"/>...</i></div><div><br></div><div><br></div><div><br></div><div>But still, even having "warning" as the loglevel, I still get on syslog any msg (INFO, NOTICE, etc...)</div><div><br></div><div>My config looks like:</div><div><br></div><div><configuration name="syslog.conf" description="Syslog Logger"><br>    <settings><br>        <param name="facility" value="user"/><br>        <param name="ident" value="freeswitch"/><br>        <param name="loglevel" value="warning"/><br>        <!-- log uuids in syslogs --><br>        <param name="uuid" value="true"/><br>    </settings><br></configuration><br></div><div><br></div><div><br></div><div>Any suggestions?</div><div><br></div><div>Thanks, </div><div>Joel.</div></div>