Changeset 3354
- Timestamp:
- 06/26/08 09:18:23 (7 months ago)
- Files:
-
- trunk/thirdparty/hunchentoot/log.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/hunchentoot/log.lisp
r3264 r3354 126 126 response." 127 127 (with-log-file (stream *access-log-file*) 128 (format stream "~:[-~@[ (~A)~]~;~:*~A~@[ (~A)~]~] ~:[-~;~:*~A~] \"~A ~A~@[?~A~] ~128 (format stream "~:[-~@[ (~A)~]~;~:*~A~@[ (~A)~]~] ~:[-~;~:*~A~] [~A] \"~A ~A~@[?~A~] ~ 129 129 ~A\" ~A ~:[~*-~;~D~] \"~:[-~;~:*~A~]\" \"~:[-~;~:*~A~]\"~%" 130 130 (remote-addr*) 131 131 (header-in* :x-forwarded-for) 132 132 (authorization) 133 (iso-time) 133 134 (request-method*) 134 135 (script-name*)
