Hi,<div><br></div><div>For load testing I would like to setup rsyslog so Kamailio logs are written asynchronously<br><br>Would the following configuration be enough for that purpose in <b>rsyslog.conf</b>?</div><div><br></div>

<div><br></div><div><div>#</div><div># Write log file in asynchronous mode and use an IO Buffer of 64 Kb</div><div># IO buffer config <a href="http://www.rsyslog.com/doc/rsyslog_conf_global.html">http://www.rsyslog.com/doc/rsyslog_conf_global.html</a></div>

<div># #</div><div>$OMFileAsyncWriting on</div><div>$OMFileFlushOnTXEnd off</div><div>$OMFileFlushInterval 60</div><div>$OMFileIOBufferSize 128k</div></div><div><br></div><div><br></div><div><div>#----------------------------------------------------------------------</div>

<div>## kamailio</div><div>##----------------------------------------------------------------------</div><div>$outchannel     kamailio_log_rotation,/var/log/pocserverplatform/kamailio.log,524288000,/usr/local/bin/kamailio_log_rotation_script</div>

<div>:programname, contains, &quot;kamailio&quot;      $kamailio_log_rotation</div><div>local0.*                                $kamailio_log_rotation</div></div><div><br></div><div><br></div><div><br></div><div>Apart of that is there a way to completely disable completely any logs of Kamailio to discard they&#39;re causing any performance issue?</div>

<div><br></div><div>Thanks</div><div>Albert<br>
</div>