disable imap log again

This commit is contained in:
ralf 2023-12-15 17:53:35 +02:00
parent edec090e17
commit 707c0a7a6e

View File

@ -67,7 +67,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface
* @var array
*/
static public $default_params = array(
'debug' => '/var/lib/egroupware/imap.log', // uncomment to log communication with IMAP server
//'debug' => '/var/lib/egroupware/imap.log', // uncomment to log communication with IMAP server
//'debug_literal' => true, // uncomment to log mail contents returned by IMAP server
'cache' => true, // default caching via Cache / Api\Cache
);