Hello,
You can delete your logs by connecting to the router’s SSH via CLI and utilizing the commands recommended by @pwsh. Follow these steps:
- SSH into your router.
- Navigate to the log folder using the command:
cd /log/
. - Execute the command:
rm log.db
. - Restart the events log service with the command:
/etc/init.d/eventslog restart
.
Let me know if you have additional questions!
Best Regards,