[Freeswitch-users] log file not being populated
David Villasmil
david.villasmil.work at gmail.com
Fri Apr 7 12:54:33 MSD 2017
hello guys,
my logfile.conf.xml is as follows:
<configuration name="logfile.conf" description="File Logging">
<settings>
<!-- true to auto rotate on HUP, false to open/close -->
<param name="rotate-on-hup" value="true"/>
</settings>
<profiles>
<profile name="default">
<settings>
<!-- File to log to -->
<param name="logfile"
value="/usr/local/freeswitch/log/freeswitch.log"/>
<!-- At this length in bytes rotate the log
file (0 for never) -->
<param name="rollover" value="10485760"/>
<!-- Maximum number of log files to keep
before wrapping -->
<!-- If this parameter is enabled, the log
filenames will not include a date stamp -->
<!-- <param name="maximum-rotate"
value="32"/> -->
<!-- Uncomment to prefix all log lines by
the session's uuid -->
<param name="uuid" value="true" />
</settings>
</profile>
</profiles>
</configuration>
the logfile _is_ being created but nothing is added to it... i wonder if
this ever happened to anyone...
Regards,
David Villasmil
email: david.villasmil.work at gmail.com
phone: +34669448337
ᐧ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20170407/d27359d8/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list