소스 검색

Update config.conf

FusionPBX 2 년 전
부모
커밋
290c083048
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      freebsd/resources/fusionpbx/config.conf

+ 3 - 2
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
+