diff --git a/benchmarks/tracking/options/track_reconstruction.py b/benchmarks/tracking/options/track_reconstruction.py
index 74a6c57aaeb7032e5048405bb2c689f89390eeb8..cdf2764ecc4c6b30bbb68faeb4015a8ca5cbf5aa 100644
--- a/benchmarks/tracking/options/track_reconstruction.py
+++ b/benchmarks/tracking/options/track_reconstruction.py
@@ -64,13 +64,15 @@ if 'acadia' in detector_version:
 else:
     input_collections.append('MPGDTrackerBarrelHits')
 podioinput = PodioInput("PodioReader", 
-                        collections=input_collections)#, OutputLevel=DEBUG)
+                        collections=input_collections,
+                        OutputLevel=DEBUG)
 algorithms.append( podioinput )
 
 trk_b_digi = TrackerDigi("trk_b_digi", 
         inputHitCollection="TrackerBarrelHits",
         outputHitCollection="TrackerBarrelRawHits",
-        timeResolution=8)
+        timeResolution=8,
+        OutputLevel=DEBUG)
 algorithms.append( trk_b_digi )
 trk_ec_digi = TrackerDigi("trk_ec_digi", 
         inputHitCollection="TrackerEndcapHits",