Description of problem: When looking at ovirt-log-collector.log after executing it on environment with Engine and hosts, one can not say when the collection of localhost data and PSQL data is done. It is possible to see when it starts: 2018-04-01 10:36:23::INFO::__main__::1493::root:: Gathering PostgreSQL the oVirt Engine database and log files from localhost... But couldn't find where it ends. Version-Release number of selected component (if applicable): ovirt-log-collector-4.2.4 How reproducible: Always Steps to Reproduce: 1. execute log collector from engine as an example: ovirt-log-collector --user=XXX --hosts=<list of hosts> --log-file=/path/to/ovirt-log-collector.log 2. Observe the log, grep for "Gathering PostgreSQL" 3. Try searching when this process ends Actual results: Couldn't find when this ends. Expected results: Should be able to with end time with ease. for example, finding end and start for hosts is fairly easy be grepping "collecting" and "finished collecting". Additional info: ovirt-log-collector.log is attached in private message.
Closing old bugs. Please reopen if still relevant. In any case patches are welcomed.