Closed tooltim closed 4 years ago
@tooltim your format has an extra "
in the beginning, right before %h
.
This is awkward... I triple checked and I just couldn't see it. Thanks a lot !
Well I'll hop on and ask another question : isn't the common log format supposed to be the one that is matched by default ? In a manner that it shouldn't be necessary to explicity set the format ?
Either way, it's great library you got there, it will definitely save me a lot of time, so thank you for this contribution !
@tooltim Common
is more of a reference to the Common Log Format
that Apache uses. See http://httpd.apache.org/docs/current/mod/mod_log_config.html#examples. If I remember correctly, this is/was the default log format for Apache2 for a long time, but I personally always use the NCSA combined format.
I see, so it is normal behavior indeed. Thank you !
Hi,
With the parser set to the common log format, I am getting a formatException with common log format string.
I get the same exception without changing the log format. From what I see the formats match, any clue why this could happen ?
Thanks