From cad814ae0f5fa29dea88ef3609fb1ebb6579698c Mon Sep 17 00:00:00 2001 From: "Ing. Petr Suchy" Date: Fri, 7 Feb 2020 15:49:42 +0100 Subject: [PATCH] *edit - just comment with possible values for PSM_JABBER_DEBUG_LEVEL --- src/includes/psmconfig.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index 286e6801..b48a0b8a 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -139,5 +139,6 @@ if (defined('PSM_JABBER_AUTH_TYPE') === false) { define('PSM_JABBER_AUTH_TYPE', 'PLAIN'); // default just plain because of google for example :( } if (defined('PSM_JABBER_DEBUG_LEVEL') === false) { + // possible values: ERROR, WARNING, NOTICE, INFO, DEBUG define('PSM_JABBER_DEBUG_LEVEL', JAXLLogger::WARNING); }