issue 7
(Want to Contirbute to this Project) reported by srikar2097
- I have been using this script for some time now. It's good. But over the
time I have done change(s). I want to make it public. How do I do it? If
the Project Owner is interested, please reply...
I have been using this script for some time now. It's good. But over the
time I have done change(s). I want to make it public. How do I do it? If
the Project Owner is interested, please reply...
Jan 18, 2009
issue 6
(Better handling variable length extended log data) reported by nathan.folkman
- I ran into an issue where I was parsing nginx access logs that could have a
variable number of fields depending on the number of upstream proxies.
The simple fix below should handle this case and be backwards compatible.
167 self._pattern = '^' + ' '.join(subpatterns) + '(.*)$'
I ran into an issue where I was parsing nginx access logs that could have a
variable number of fields depending on the number of upstream proxies.
The simple fix below should handle this case and be backwards compatible.
167 self._pattern = '^' + ' '.join(subpatterns) + '(.*)$'