Skip to content

Add option to mute error messages

Marc Konig requested to merge mute-errors-option into master

If the raw data has many errors, the processing time will be very high just because of formatting errors and the terminal not being able to keep up with printing all these errors. This option just mutes error messages so a user can see the processing summary if that is what they want.

For example something that takes 50 ms to parse can take 60 seconds if it has 20k ALPIDE errors that require long complex error messages, muting the errors put it back to 50 ms.

Merge request reports