diff --git a/lib/request.awk b/lib/request.awk index 059fecc..03b26fd 100644 --- a/lib/request.awk +++ b/lib/request.awk @@ -1,5 +1,9 @@ BEGIN { - debug( REMOTE_ADDR " " REQUEST_FULL_URL ); + debug( \ + exec_to_string( "date -Iseconds" ) \ + " " REMOTE_ADDR \ + " " REQUEST_FULL_URL \ + ); _REQUEST_NO_PROTOCOL = str_replace( "[^:]+:\\/\\/", "", REQUEST_FULL_URL ); REQUEST_URI = str_replace( "[^/]+\\/?", "/", _REQUEST_NO_PROTOCOL );