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
Select the line with "69.01998901367188" and note that the time in the bottom right is something like "04/07/8304 22:58:38". This causes problems when merging log files because these lines show up at the bottom of the merged logs.
Details
Since the TimestampScanner is looking for timestamps anywhere in a log line, a format like the following one is going to mistakenly pick up logged data and treat it as a timestamp:
Problem
A number in a log message can be mistaken for a timestamp, which will mess up log merging behavior.
How to reproduce
Load the following log snippet into
tl
:Select the line with
"69.01998901367188"
and note that the time in the bottom right is something like "04/07/8304 22:58:38". This causes problems when merging log files because these lines show up at the bottom of the merged logs.Details
Since the
TimestampScanner
is looking for timestamps anywhere in a log line, a format like the following one is going to mistakenly pick up logged data and treat it as a timestamp:The text was updated successfully, but these errors were encountered: