do not print PHP errors on screen master
authorChris Sharp <csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:50:39 +0000 (16:50 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:50:39 +0000 (16:50 -0400)
config/production.config.php

index 2c69f68..be66c2e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 //system configs
-define ('QR_ERROR_REPORTING_LEVEL', E_ALL);
+define ('QR_ERROR_REPORTING_LEVEL', E_ALL ^ E_WARNING);
 define ('QR_DEFAULT_TIME_ZONE', 'America/New_York');
 define ('QR_REPORT_OUTPUT_URL_PREFIX', 'https://next.gapines.org/reporter/');
 define ('QR_SITE_ROOT', '/report-creator/');