Add printPrimaryConfig for tracking config
Following the updates of the cloneAndReplace
methods with !68913 (merged) when this is called with keepOriginal=True
as for the tracking primary pass here, the function used in printActiveConfig
flags.dump(pattern="Tracking.ActiveConfig.*", evaluate=True)
does not return any content.
To circumvent this, adding a function to print out directly the flags from tracking primary config.