From adcc83d26fbd6b29520bbea0eafb893b2eb83a84 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Tue, 26 Jul 2005 08:26:28 +0000 Subject: cleaned up the errorlog writing, default is now stderr, syslog is requested explicitly git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@475 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_accesslog.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mod_accesslog.c') diff --git a/src/mod_accesslog.c b/src/mod_accesslog.c index b23b04bf..e789926d 100644 --- a/src/mod_accesslog.c +++ b/src/mod_accesslog.c @@ -445,13 +445,6 @@ SETDEFAULTS_FUNC(log_access_open) { } if (s->use_syslog) { - if (srv->log_using_syslog == 0) { - log_error_write(srv, __FILE__, __LINE__, "s", - "accesslog can only be written to syslog if errorlog is also sent to syslog. ABORTING."); - - return HANDLER_ERROR; - } - /* ignore the next checks */ continue; } -- cgit v1.2.1