Syslog Facilities

Matt Prigge mprigge@pobox.com
Wed, 20 Jun 2001 12:12:22 -0700


Hi Folks,
    I am trying to set IMP up to use a specific syslog facility when it does
its logging. I am putting the facility name (LOG_LOCAL0 just for example) in
$conf['log']['name']. Regardless of what I set that variable to, it still
seems to log using the LOG_SYSLOG facility. Just in some preliminary poking
around it looks like the syslog PEAR library is hardcoded to log to
LOG_SYSLOG. Is this correct or am I missing something?

Thanks!
    - matt