When using debug, we display all levels of log messages. We should be able to configure the levels: ```php ini_set("errror_reporting", E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);