Skip to content
Snippets Groups Projects
Commit 09e741ec authored by Richard Alam's avatar Richard Alam
Browse files

Delete only kurento logs

 Do not delete errors.log as it will contain information when KMS crashes.
parent 4741bff8
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ find /opt/freeswitch/var/log/freeswitch -type f -mtime +$log_history -delete
find /var/log/red5 -type f -mtime +$log_history -delete
[[ -d /var/log/tomcat7 ]] && find /var/log/tomcat7 -type f -mtime +$log_history -delete
find /var/log/bigbluebutton -type f -mtime +$log_history -delete
find /var/log/kurento-media-server -type f -mtime +$log_history -delete
find /var/log/kurento-media-server -name "*.pid*.log" -type f -mtime +$log_history -delete
#
# Delete raw files of recordings without recording marks older than N days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment