white-pages icon indicating copy to clipboard operation
white-pages copied to clipboard

Configure the log level

Open coudot opened this issue 4 months ago • 0 comments

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);

coudot avatar Sep 12 '25 09:09 coudot