fix fiologparser.py to work with new logging format
authorAlexander Patrakov <patrakov@gmail.com>
Wed, 22 Feb 2023 08:35:59 +0000 (16:35 +0800)
committerAlexander Patrakov <patrakov@gmail.com>
Wed, 22 Feb 2023 08:41:09 +0000 (16:41 +0800)
commit5f2a90b84dd63deddb2e3019c769e21e216c1ee5
tree97470c0028bc9aae63ec041a0a18d978149aad88
parentf0c8ab1c36369d8d6aa214fba572dacefa3a8677
fix fiologparser.py to work with new logging format

The logging format updates documented in 1a953d97 were never propagated
to fiologparser.py, which since then has been failing with a ValueError
exception.

This commit explicitly limits fiologparser.py to only reading the first
2 columns in the log file, because they are the only columns used.

This is similar to issue #928.

Signed-off-by: Alexander Patrakov <patrakov@gmail.com>
tools/fiologparser.py