netvope Asked: 2010-12-30 11:56:53 +0800 CST2010-12-30 11:56:53 +0800 CST 2010-12-30 11:56:53 +0800 CST Are apache log file entries guaranteed to be sequential in time? 772 And if yes, are they ordered by the time the request was received (%t) or the time the request was fulfilled (%t+%T)? logging apache-2.2 1 Answers Voted Best Answer Mark Wagner 2010-12-30T12:16:53+08:002010-12-30T12:16:53+08:00 No. They are ordered by %t+%T so you may have one line A appearing after another line B but A has an earlier %t than B.
No. They are ordered by
%t+%T
so you may have one lineA
appearing after another lineB
butA
has an earlier%t
thanB
.