SULWatcher users a SQL db to store the usernames that triggers one of the regexes configured. However the logging table is becoming very large, with more than 170K entries:
MariaDB [s51541_sulwatcher]> SELECT COUNT(*) FROM logging; +----------+ | count(*) | +----------+ | 174770 | +----------+ 1 row in set (0.55 sec)
Since the SULWatcher tool does not have an interface anymore for authorized users to see which usernames have triggered one of the regexes, we maybe should stop logging those usernames and delete all stuff contained in the logging table, just using the SQL db to store the regexes.