From: Zach Copley Date: Thu, 2 Jul 2009 23:16:17 +0000 (-0700) Subject: Better comment about syslog log facility X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c02acd7341cc3104b75a56e0b8dfd4811e77e278;p=quix0rs-gnu-social.git Better comment about syslog log facility --- diff --git a/config.php.sample b/config.php.sample index 4f8f715beb..57aa6a6c8c 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