diff --git a/httpd-core.scm b/httpd-core.scm index 61fbf12..1c72fb1 100644 --- a/httpd-core.scm +++ b/httpd-core.scm @@ -40,6 +40,7 @@ (define server/protocol "HTTP/1.0") ; default: no logging +; initialized by init-http-log! (define http-log (lambda a #f)) ; makes logging in CLF (define http-syslog (lambda a #f)) ; makes syslog (define *http-syslog?* #f) ; trigger used to avoid diff --git a/modules.scm b/modules.scm index eaa68bd..481c355 100644 --- a/modules.scm +++ b/modules.scm @@ -209,6 +209,7 @@ server/protocol http-log + http-syslog httpd