diff --git a/options/reconstruction.py b/options/reconstruction.py
index dee12c7af34b397bccbbd8203046858df3e13e88..cd66ef8488a1d0410c3c97b48f454667950fc1f8 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -655,7 +655,8 @@ algorithms.append(mrich_reco)
electron_incl_kin = InclusiveKinematicsElectron("electron_incl_kin",
inputMCParticles="mcparticles",
inputParticles="ReconstructedParticles",
- outputData="InclusiveKinematicsElectron"
+ outputData="InclusiveKinematicsElectron",
+ OutputLevel=DEBUG
)
algorithms.append(electron_incl_kin)