os-log-merger/oslogmerger
Gorka Eguileor ef9b9bd54f Fix #7: Add support for timestamped logs
This patch adds support for timestamped log files with the format
"[    0.003036]".

Since timestamp many times will not take epoc time as the source of the
timestamp but the time the system started, the initial datetime will be
calculated by substracting from the file modified datetime the last
timestamp in the file.

Option added is --timestamp-logs or -tl, and it also supports ALIAS and
globs, and is also affected by base directory and postfix options.
2016-03-25 15:14:45 +01:00
..
__init__.py Initial commit 2015-10-27 14:01:45 +01:00
oslogmerger.py Fix #7: Add support for timestamped logs 2016-03-25 15:14:45 +01:00