Symptoms
How to enable debug logging for Horde webmail on a Plesk server?
Resolution
For Horde 5 and above
For previous Horde versions
-
Open Horde configuration file in a text editor:
- Linux:
/etc/psa-webmail/horde/horde/conf.php
- Windows:
%plesk_dir%webmailhordehordeconfigconf.php
- Linux:
-
Change the value of the parameter
$conf['log']['priority']
toPEAR_LOG_DEBUG
:$conf['log']['priority'] = PEAR_LOG_DEBUG;
Warning: Do not forget to revert the changes once the monitoring is completed.