diff --git a/core/detectors/tof/CbmTofTrackingInterface.cxx b/core/detectors/tof/CbmTofTrackingInterface.cxx
index aa2c70e58cad1329c26265ea059771a63c84f2f2..a8e4daee0d1cf0ae588aa691aecd45e3b79c6451 100644
--- a/core/detectors/tof/CbmTofTrackingInterface.cxx
+++ b/core/detectors/tof/CbmTofTrackingInterface.cxx
@@ -102,8 +102,8 @@ InitStatus CbmTofTrackingInterface::Init()
         auto chLoBoarderY = chPosY - chSizeY;
         auto chUpBoarderY = chPosY + chSizeY;
 
-        LOG(info) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation
-                  << ", x=" << chPosX << ", y=" << chPosY << ", z=" << chPosZ;
+        LOG(debug) << "iSmType=" << iSmType << ", iSm=" << iSm << ", iRpc=" << iRpc << ": trSta=" << iStation
+                   << ", x=" << chPosX << ", y=" << chPosY << ", z=" << chPosZ;
 
         // Cuts on Bmon and undefined station ID
         if (5 == iSmType) {