From 290c08304862edf489baf0a498f73333b7e2db2d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 14 May 2023 14:08:52 -0600 Subject: [PATCH] Update config.conf --- freebsd/resources/fusionpbx/config.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freebsd/resources/fusionpbx/config.conf b/freebsd/resources/fusionpbx/config.conf index 91486c0..ebabc1f 100644 --- a/freebsd/resources/fusionpbx/config.conf +++ b/freebsd/resources/fusionpbx/config.conf @@ -39,5 +39,6 @@ xml_handler.fs_path = false xml_handler.reg_as_number_alias = false xml_handler.number_as_presence_id = true -#error reporting hide show all errors except notices and warnings -error.reporting = 'E_ALL ^ E_NOTICE ^ E_WARNING' +#error reporting options: user,dev,all +error.reporting = user +