From c02acd7341cc3104b75a56e0b8dfd4811e77e278 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 2 Jul 2009 16:16:17 -0700 Subject: Better comment about syslog log facility --- config.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.sample b/config.php.sample index 4f8f715be..57aa6a6c8 100644 --- a/config.php.sample +++ b/config.php.sample @@ -36,7 +36,7 @@ $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 +// Change the syslog facility that Laconica logs to (default is LOG_USER) // $config['syslog']['facility'] = LOG_LOCAL7; // Enables extra log information, for example full details of PEAR DB errors -- cgit v1.2.3-54-g00ecf