You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) + '(.*)$'
Original issue reported on code.google.com by nathan.folkman on 18 Jan 2009 at 2:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nathan.folkman
on 18 Jan 2009 at 2:37The text was updated successfully, but these errors were encountered: