mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
disable imap log again
This commit is contained in:
parent
edec090e17
commit
707c0a7a6e
@ -67,7 +67,7 @@ class Imap extends Horde_Imap_Client_Socket implements Imap\PushIface
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
static public $default_params = 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
|
//'debug_literal' => true, // uncomment to log mail contents returned by IMAP server
|
||||||
'cache' => true, // default caching via Cache / Api\Cache
|
'cache' => true, // default caching via Cache / Api\Cache
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user