On Fri, 23 Dec 2011, Nikolaos Milas wrote:
On 23/12/2011 5:26 μμ, Simon Brereton wrote:
Okay, but previously your Horde logs wouldn't have had a specific
error because ssl wasn't configured. Does it now?
Thanks Simon,
No, nothing pertinent is logged.
By the way, I have:
$conf['log']['type'] = 'syslog';
$conf['log']['name'] = LOG_USER;
and this fills my /var/log/messages with horde logging.
Can we configure in Horde a particular syslog facility, like local6, so
I can direct logging to a particular file?
I tried adding in syslog.conf:
local6.* /var/log/horde.log
and then configuring:
$conf['log']['name'] = 'local6';
but this caused the following error (see below).
Use:
$conf['log']['name'] = 'LOG_LOCAL6';
Andy
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org