Hi I'm facing a trouble that my phalcon project error logs eating my webserver disks. the log size grows 7GB in 3days. The source of the problem is that I'm currently using error_reporting(E_ALL) and the the same E_NOTICEs get logged several hundred times. The question is how to make Phalcon\Logger\Adapter\File only logged the error only if there is no exact same error in the previous last 5 lines of log?