From d80c553e5f6e523de380d7c9dc0bbdb9d06cb45e Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 2 Jul 2009 16:06:13 -0700 Subject: Make logging facility configurable --- config.php.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index a23b41b31..4f8f715be 100644 --- a/config.php.sample +++ b/config.php.sample @@ -36,6 +36,9 @@ $config['site']['path'] = 'laconica'; // If you want logging sent to a file instead of syslog // $config['site']['logfile'] = '/tmp/laconica.log'; +// Change the syslog facility that Laconica logs to +// $config['syslog']['facility'] = LOG_LOCAL7; + // Enables extra log information, for example full details of PEAR DB errors // $config['site']['logdebug'] = true; -- cgit v1.2.3-54-g00ecf