change from trace to info

This commit is contained in:
Diego Najar 2019-01-08 18:23:02 +01:00
parent 7ae0a559a3
commit 640dd1560e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ define('BLUDIT_BUILD', '201811201');
// Debug mode
// Change to FALSE, for prevent warning or errors on browser
define('DEBUG_MODE', TRUE);
define('DEBUG_TYPE', 'TRACE'); // INFO, TRACE
define('DEBUG_TYPE', 'INFO'); // INFO, TRACE
error_reporting(0); // Turn off all error reporting
if (DEBUG_MODE) {
// Turn on all error reporting