My freeswitch log file is not rotating. Do I have to create the cron job or is the ASTPP distribution supposed to take care of it?
Create cron to handle that.
Is there a way to turn off the logs?
(we an just use the fs_cli to debug live calls)
EDIT: ok NM and you can just edit what get logs from here
<map name="all" value="console,debug,info,notice,warning,err,crit,alert"/>
found in the logfile.conf.xml
Seems the command fsctl send_sighup
works to rotate the logs.