diff --git a/vendor/action/log/log_save.php b/vendor/action/log/log_save.php index 39aebe4..b333fc9 100644 --- a/vendor/action/log/log_save.php +++ b/vendor/action/log/log_save.php @@ -241,6 +241,10 @@ try { ); } + + error_reporting(E_ALL); + ini_set('display_errors', 'On'); + /** Exclui o registro anterior sobre o banco de dados */ $Database->Delete($clientId);