From 50a9ef47538666c565c26ad7125a9e6484330cfd Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 17 Mar 2007 23:32:48 +0000 Subject: * Make ikiwiki -verbose -setup with a setup file that enabled syslog logging output the verbose build log to stdout, rather than to the syslog. --- IkiWiki/Setup/Standard.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki') diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index f3f7bae5a..c279e6451 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -45,6 +45,7 @@ sub setup_standard { } foreach my $c (keys %setup) { + next if $c eq 'syslog'; if (defined $setup{$c}) { if (! ref $setup{$c}) { $config{$c}=possibly_foolish_untaint($setup{$c}); -- cgit v1.2.3