kilianc/rtail

Timestamp parsing ignores milliseconds

Opened this issue · 2 comments

The following line:

[2015-08-05 01:47:32,369] [6732] [api] [DEBUG] {before_request:70} ##### NEW REQUEST #####

Shows up in rtail like this:

08/04/15 09:47:32
369] [6732] [api] [DEBUG] {before_request:70} ##### NEW REQUEST #####

The First line is the timestamp that is detected by rtail. The second line is the log as shown by rtail: 369] should either be discarded or preferably be part of the timestamp.

Yes I think rtail needs to replace the chrono library with something else. For the time being please disable the date parsing

Thanks. Disabling date parsing also helps with Issue #88 .