Skip to content

Skip redundant INFO messages from ref comparison

Rosen Matev requested to merge skip-useless-lines into master

Messages like INFO There are 208 sensors are redundant because that information is behind the DB tags already. We don't dump the entire DB contents on stdout, so why emmit this INFO at all? For now I just mask it by extending the preprocessor.

Also the default Brunel preprocessing is simplified a bit.

Edited by Rosen Matev

Merge request reports