[horde] Logging Settings

Jan Schneider jan at horde.org
Sun Sep 14 07:56:33 UTC 2008


Zitat von Reinhold Jordan <reinhold at bachrain.de>:

> Hello,
>
> I've problems getting mails from Horde. I installed Horde Groupware
> Webmail Edition 1.1.3 today, upgrading from 1.0.6 and now I get no info
> if a user log in or out
>
> On 1.0.6 the config/conf.php has this lines:
> $conf['log']['priority'] = PEAR_LOG_NOTICE;
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['params'] = array();
> $conf['log']['name'] = 'webmaster at bachrain.de';
> $conf['log']['params']['from'] = 'server at horde.bachrain.de';
> $conf['log']['params']['subject'] = 'horde.bachrain.de';
> $conf['log']['type'] = 'mail';
> $conf['log']['enabled'] = true;
> $conf['log_accesskeys'] = false;
>
> And 1.1.3 use the same:
> $conf['log']['priority'] = PEAR_LOG_NOTICE;
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['params'] = array();
> $conf['log']['name'] = 'webmaster at bachrain.de';
> $conf['log']['params']['from'] = 'server at horde.bachrain.de';
> $conf['log']['params']['subject'] = 'horde.bachrain.de';
> $conf['log']['type'] = 'mail';
> $conf['log']['enabled'] = true;
> $conf['log_accesskeys'] = false;
>
> But this does not work
>
> If I change this to
> $conf['log']['priority'] = PEAR_LOG_NOTICE;
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['params'] = array();
> $conf['log']['name'] = '/tmp/horde.log';
> $conf['log']['params']['append'] = true;
> $conf['log']['type'] = 'file';
> $conf['log']['enabled'] = true;
> $conf['log_accesskeys'] = false;
> this works

This is strange, because the distributed Log package didn't change  
between those versions.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the horde mailing list