diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:29:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 12:29:29 +0200 |
commit | 460b9c4e73f61c90c66a23affde906970f1ca34e (patch) | |
tree | f97351daa080f18fa4abbbbc84f61f13753467c3 /package/lighttpd/files | |
parent | 71a23a703db0e4f33b0b42664b0fbc6a0e6f9c1d (diff) |
enable syslog for errors
Diffstat (limited to 'package/lighttpd/files')
-rw-r--r-- | package/lighttpd/files/lighttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lighttpd/files/lighttpd.conf b/package/lighttpd/files/lighttpd.conf index ba28d2ab7..00e7aa699 100644 --- a/package/lighttpd/files/lighttpd.conf +++ b/package/lighttpd/files/lighttpd.conf @@ -138,13 +138,13 @@ server.pid-file = state_dir + "/lighttpd.pid" ## ## Path to the error log file ## -server.errorlog = log_root + "/error.log" +#server.errorlog = log_root + "/error.log" ## ## If you want to log to syslog you have to unset the ## server.errorlog setting and uncomment the next line. ## -#server.errorlog-use-syslog = "enable" +server.errorlog-use-syslog = "enable" ## ## Access log config |