added export of http-syslog / http-log
This commit is contained in:
parent
703ccf316e
commit
827ac14d13
|
@ -40,6 +40,7 @@
|
||||||
(define server/protocol "HTTP/1.0")
|
(define server/protocol "HTTP/1.0")
|
||||||
|
|
||||||
; default: no logging
|
; default: no logging
|
||||||
|
; initialized by init-http-log!
|
||||||
(define http-log (lambda a #f)) ; makes logging in CLF
|
(define http-log (lambda a #f)) ; makes logging in CLF
|
||||||
(define http-syslog (lambda a #f)) ; makes syslog
|
(define http-syslog (lambda a #f)) ; makes syslog
|
||||||
(define *http-syslog?* #f) ; trigger used to avoid
|
(define *http-syslog?* #f) ; trigger used to avoid
|
||||||
|
|
|
@ -209,6 +209,7 @@
|
||||||
server/protocol
|
server/protocol
|
||||||
|
|
||||||
http-log
|
http-log
|
||||||
|
http-syslog
|
||||||
|
|
||||||
httpd
|
httpd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue