white-pages
white-pages copied to clipboard
Configure the log level
When using debug, we display all levels of log messages.
We should be able to configure the levels:
ini_set("errror_reporting", E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);