I have an nginx log parser which relies on fact, nginx log entries placed in sequential order. But from time to time I have log like this:
[2015-07-01T08:41:59-07:00] https "GET ...
[2015-07-01T08:42:00-07:00] https "POST ...
[2015-07-01T08:41:59-07:00] https "GET ...
Is there any way to get ngx write log entries strongly sequential or I should change parser behavior?