[imp] Logout error
Ashley M. Kirchner
ashley@pcraft.com
Thu, 20 Jun 2002 11:42:43 -0600
Steve Lidie wrote:
> You've set $conf['log']['type'] = 'syslog' in ...horde/config/horde.php but
> neglected to make a corresponding change to $conf['log']['name'] in the
> next stanza (change the string file name to the syslog facility *constant*
> ). Most likely (;
This is what I have:
// Should Horde log errors and other useful information?
$conf['log']['enabled'] = true;
// What log driver should we use? Valid values are 'file', 'mcal',
// 'sql', and 'syslog'.
$conf['log']['type'] = 'syslog';
// What is the name of the log?
$conf['log']['name'] = 'LOG_LOCAL0';
// What level of messages should we log?
$conf['log']['priority'] = LOG_NOTICE;
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+--------------------------------------------------------------------
Ashley M. Kirchner <mailto:ashley@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6
http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A.