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 | |
parent | 3357e704539f447eca041430991b079753e2b125 (diff) |
* Add --syslog config option, to log to the syslog.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 3 | ||||
-rw-r--r-- | doc/usage.mdwn | 6 |
2 files changed, 8 insertions, 1 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 diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 048072df6..e0c7800d5 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -212,10 +212,14 @@ configuration options of their own. Specify how to display the time or date. The format string is passed to the strftime(3) function. -* --verbose +* --verbose, --no-verbose Be vebose about what is being done. +* --syslog, --no-syslog + + Log to syslog. + * --w3mmode, --no-w3mmode Enable [[w3mmode]], which allows w3m to use ikiwiki as a local CGI script, |