Skip to content

Replace print statements with message logging

Marco Cattaneo requested to merge useMessageLogging-run2 into run2-patches

The warnings from this Configurable were printed using print instead of using the Gaudi message logging. This then breaks the possibility to mask these messages at the level of the logger - see discussion in DaVinci!358 (merged)

If successful, this should be extended to other configurables with the same problem, and ported to all other affected branches.

@cvazquez @erodrigu FYI

Merge request reports