Hi all
Can i delete freeswitch.log.2 and will it recreate it when it updates that log file?
Currently this file is 15GB
I have attempted to use the line
find /usr/local/freeswitch/log/freeswitch.log.* -mtime +7 -exec rm {} \;
but that doesn't do anything to to file
Can i delete freeswitch.log.2 and will it recreate it when it updates that log file?
Currently this file is 15GB
I have attempted to use the line
find /usr/local/freeswitch/log/freeswitch.log.* -mtime +7 -exec rm {} \;
but that doesn't do anything to to file