LUCY provides status logs (/admin/help/status) in the Web GUI. Before LUCY 3.0 they cannot be deleted within the GUI. In order to delete them you should log into the system (using SSH or via console setup script) and run this command:
sudo -upostgres psql phishing -c "delete from license_logs" |
In case you run a docker based LUCY installation you need to: