NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Tonkinite
Apr 26, 2017Luminary
Status:
Reviewed
Put timestamps on Nighthawk Log messages first, in sortable format
Putting the timestamps at the beginning in some sortable form, e.g., YYYY-MM-DD;HH:MM:SS.ttt, would allow the logs to be collected from the various mail messages and returned to their original order...
Tonkinite
Sep 08, 2017Luminary
If the messages are all prepended with “YYYY-MM-DD HH:MM:SS” rather than appended with the US time format, then all the mail bodies can be separated, concatenated together and sorted via the sort command. Might need tenths of seconds or something as a tiebreaker, but the time stamp of the email could be used as well.
This would allow all the log messages to be reassembled in something approximating their original order.
And it would resolve the standardization issue.