diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:53:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:53:39 -0400 |
commit | e21d2cfdb5f259a07d7af0e3c7f5421315ed2710 (patch) | |
tree | 48d2b26cd7c79350afee4a8ef250de726ee754b5 /config.php.sample | |
parent | 9f6bea473e22392c575d6957f9efc62a6faf7096 (diff) | |
parent | 83adf9fa1ab9d288e86fba9907be11454c3e0e28 (diff) |
Merge branch '0.8.x' into cachenonexistent
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |