This is a Python-based CLI tool that helps in analyzing and identifying the most common errors occurring in your server logs. The script reads a given PHP error_log ...
CREATE TABLE `php_error` ( `datetime` datetime DEFAULT NULL, `host` varchar(32) NOT NULL, `program` varchar(3) NOT NULL, `message` varchar(2048) NOT NULL DEFAULT '', KEY `php_error_datetime_idx` ...