diff options
-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 f61c582d8..d54527eca 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -59,6 +59,9 @@ use IkiWiki::Setup::Standard { # wrappermode => "04755", # # Enable mail notifications of commits. # notify => 1, + # # Log to syslog since svn post-commit hooks + # # hide output and errors. + # syslog => 1, #}, #{ # # The git post-update wrapper. |