[horde] How to enable a separate Horde log?
Thomas Trepper
thomas.trepper at blueclaim.com
Sat Apr 8 07:40:05 UTC 2017
Figured it out - sorry for spamming. This works here:
$conf['log']['priority'] = 'INFO';
$conf['log']['ident'] = 'HORDE';
$conf['log']['name'] = '/var/log/horde/horde5.log';
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log']['params']['append'] = true;
$conf['log']['params']['format'] = 'default';
$conf['log_accesskeys'] = false;
Cheers,
Thomas
> Am 08.04.2017 um 08:26 schrieb Thomas Trepper <thomas.trepper at blueclaim.com>:
>
> Hi all,
>
> is it possible to create/enable a separate Horde log? I mean a log only from Horde and not combined with any webserver?
>
> If it is possible - does someone know how to enable it?
>
> Thanks a lot in advance and all the best,
>
> Thomas
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list