Skip to content

Add flag to turn off printout suppression

Jonathan Long requested to merge longjon/athena:AddFlagForSuppression into main

As discussed on PATHelp, we have a flag for the column width and the option to turn on various levels of logging for components, but we don't have access via a flag to globally turn off message suppression of the MessageSvc. This adds a flag under common called EnableSuppression that defaults to True.

Merge request reports