Hi,How to clear the System | Dashboard | System Logs quickly - instead of doing a select all (25 on a page) and pressing Delete repeatedly.Thanks,Jack.

Hi,go into your osTicket database, find the table called ost_syslogThere you can remove all the data (don't delete table, just remove the records)

The MySQL query to do this is:TRUNCATE TABLE ost_syslog;

9 years later
Write a Reply...