nginx-parser icon indicating copy to clipboard operation
nginx-parser copied to clipboard

time_iso8601 in format object breaks it

Open dan5000 opened this issue 8 years ago • 0 comments

Something in the regex doesn't like $time_8601 format.

for example new NginxParser('$remote_addr - $remote_user [$time_8601] ' + '"$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"');

fails to match any lines.

dan5000 avatar Oct 18 '17 18:10 dan5000