Changeset 3354

Show
Ignore:
Timestamp:
06/26/08 09:18:23 (7 months ago)
Author:
hans
Message:

Include time stamp in access log.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/hunchentoot/log.lisp

    r3264 r3354  
    126126response." 
    127127  (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~] ~ 
    129129                    ~A\" ~A ~:[~*-~;~D~] \"~:[-~;~:*~A~]\" \"~:[-~;~:*~A~]\"~%" 
    130130            (remote-addr*) 
    131131            (header-in* :x-forwarded-for) 
    132132            (authorization) 
     133            (iso-time) 
    133134            (request-method*) 
    134135            (script-name*)