logs clean

logs clean

  • logs clean

    Votes: 0 0.0%
  • clean

    Votes: 0 0.0%
  • logs

    Votes: 0 0.0%

  • Total voters
    0

kelvin

Member
hi,
how I can set full permission to the /usr/local/FlashphonerWebCallServer/logs?

I want run the clean logs using by crontab command.

thanks
 

kelvin

Member
how about the /usr/local/FlashphonerWebCallServer/logs/Client_logs
for the client logs is have subfolder,

as my script.sh is running
find /usr/local/FlashphonerWebCallServer-5.0.2840/logs/client_logs/* -mtime +1 -exec rm {} \;

this command wont clean the Client_logs, please help . thanks
 

Max

Administrator
Staff member
Code:
/usr/local/FlashphonerWebCallServer/logs/client_logs
The client logs is used for debug purpose.
In normal production case you can disable client logs using
Code:
enable_extended_logging=false
in flashphoner.properties
it will suppress client_logs at all.
 
Top