How to delete Surveillance Station log?
最后修订日期:
2020-09-04
There is currently no way to delete the Surveillance Station logs from the web interface as we have found they are not taking up a large amount of storage space even if there are multiple cameras set up. If however, you would still like to remove them, please follow the steps below:
- Log in to your NAS with SSH
- Execute the commands below to delete the logs.
rm -f /etc/logs/nvrlog.log
/sbin/nvr_log_tool -v -c
/sbin/nvr_log_tool -v -b 10000
The logs will be deleted and future logs will be limited to 10,000 entries. You may change this number in the last command according to your needs.