Hi uroni
i just want to clean up old logging. when i open up the webserver:55414 and then logs i see old (errors) from jan 2014.
can you please tell me hou to cleanup old logging ???
many many thanks
Micheal
Hi uroni
i just want to clean up old logging. when i open up the webserver:55414 and then logs i see old (errors) from jan 2014.
can you please tell me hou to cleanup old logging ???
many many thanks
Micheal
Currently only through hackery with the sqlite3 shell.
# sqlite3 backup_server.db
DELETE FROM logs;
.quit