diff options
author | zach <zach@copley.name> | 2008-07-11 03:00:21 -0400 |
---|---|---|
committer | zach <zach@copley.name> | 2008-07-11 03:00:21 -0400 |
commit | 74c3b9de236b61e731cbdca6564fba773b34a23b (patch) | |
tree | 5855fc811fdfba4dba38ded2df4b46f90d41f65d /config.php.sample | |
parent | 378985a4d6918cf725d077eb1b47ac8643d61dfd (diff) |
Log msgs can now go to a file as well as syslog
darcs-hash:20080711070021-ca946-8f8f385ddacc098c8a0c2627e3a8690a9f3aa2c7.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 2dbdbb673..27511d129 100644 --- a/config.php.sample +++ b/config.php.sample @@ -24,6 +24,9 @@ $config['site']['path'] = 'laconica'; #$config['site']['broughtby'] = 'Individual or Company'; #$config['site']['broughtbyurl'] = 'http://example.net/'; +# If you want logging sent to a file in addition to syslog +#$config['site']['logfile'] = '/tmp/laconica.log'; + # This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php # Set it to match your actual database |