Skip to content

Remove OutputLevel parameter from ComponentAccumulator.run() method

Walter Lampl requested to merge wlampl/athena:CA_outputLvl into master

The parameter "OutputLevel" of the ComponentAccumulator.run() method dates back to the early days of the ComponentAccumulator development and is now superseeded by the config-flag Exec.OutputLevel that is handled by the MainServicesCfg method.

This MR removes this parameter and adjusts all clients.

Merge request reports