]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Better comment about syslog log facility
authorZach Copley <zach@controlyourself.ca>
Thu, 2 Jul 2009 23:16:17 +0000 (16:16 -0700)
committerZach Copley <zach@controlyourself.ca>
Thu, 2 Jul 2009 23:16:17 +0000 (16:16 -0700)
config.php.sample

index 4f8f715bebf7f877628253a3813bb387225b2ce6..57aa6a6c8cc20b620af337cb66eb750e37969f5e 100644 (file)
@@ -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