diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-16 21:17:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-16 21:17:49 +0000 |
commit | 24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2 (patch) | |
tree | ed77a895404910f8a2686e4cb65a585ea23f3daf /doc/ikiwiki.setup | |
parent | 3357e704539f447eca041430991b079753e2b125 (diff) | |
download | ikiwiki-24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2.tar ikiwiki-24fcf2b97d86debeb27ab4ab46a6bc0a2f23f2b2.tar.gz |
* Add --syslog config option, to log to the syslog.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index bef858d5b..e14991299 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -74,6 +74,9 @@ use IkiWiki::Setup::Standard { #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. #locale => 'en_US.UTF-8', + # Logging settings: + verbose => 0, + syslog => 0, # To add plugins, list them here. #add_plugins => [qw{meta tag pagecount brokenlinks search smiley |