diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx
index 9deecfb88f677cd24a1143eec3a856406a708e68..a3001eb8150776854930681fd0d55ad0406cf2df 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx
@@ -33,8 +33,6 @@ StatusCode MMPrepDataContainerCnv::initialize() {
     if( !MMPrepDataContainerCnvBase::initialize().isSuccess() )
        return StatusCode::FAILURE;
     
-    msgSvc()->setOutputLevel( "MMPrepDataContainerCnv", MSG::DEBUG );
-
    // Get the messaging service, print where you are
     MsgStream log(msgSvc(), "MMPrepDataContainerCnv");
     if (log.level() <= MSG::INFO) log << MSG::INFO << "MMPrepDataContainerCnv::initialize()" << endmsg;
diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx
index 86df555daaf672bdbe4191be99827ef4242d4a2f..cba2e8a51c8fbc6d093b25783e94732173043d60 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx
@@ -20,8 +20,6 @@ StatusCode MM_RawDataContainerCnv::initialize() {
   if( !MM_RawDataContainerCnvBase::initialize().isSuccess() )
     return StatusCode::FAILURE;  
     
-  msgSvc()->setOutputLevel( "MM_RawDataContainerCnv", MSG::DEBUG );
-
   // Get the messaging service, print where you are
   MsgStream log(msgSvc(), "MM_RawDataContainerCnv");
   if (log.level() <= MSG::INFO) log << MSG::INFO << "MM_RawDataContainerCnv::initialize()" << endmsg;
@@ -74,4 +72,4 @@ MM_RawDataContainerCnv::createTransient()
     throw std::runtime_error("Unsupported persistent version of MM Raw Data (RDO) container");
   }
   return transCont;
-}
\ No newline at end of file
+}
diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx
index 70b8c75a0fcaac6d09db6dbfda0b40cc2e61c7b1..1585aa8421d1f286ecd62fdc5193ccc683432a0b 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx
@@ -20,8 +20,6 @@ StatusCode STGC_RawDataContainerCnv::initialize() {
   if( !STGC_RawDataContainerCnvBase::initialize().isSuccess() )
     return StatusCode::FAILURE;
     
-  msgSvc()->setOutputLevel( "STGC_RawDataContainerCnv", MSG::DEBUG );
-
   // Get the messaging service, print where you are
   MsgStream log(msgSvc(), "STGC_RawDataContainerCnv");
   if (log.level() <= MSG::INFO) log << MSG::INFO << "STGC_RawDataContainerCnv::initialize()" << endmsg;
@@ -77,4 +75,4 @@ STGC_RawDataContainerCnv::createTransient()
     throw std::runtime_error("Unsupported persistent version of STGC Raw Data (RDO) container");
   }
   return transCont;
-}
\ No newline at end of file
+}
diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx
index cf8fd220687c3131d5c35b6c7ee39f5b98ea5936..2f87b8283e829a595bd4d98e0fb5921138b98f84 100644
--- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx
+++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx
@@ -33,8 +33,6 @@ StatusCode sTgcPrepDataContainerCnv::initialize() {
     if( !sTgcPrepDataContainerCnvBase::initialize().isSuccess() )
        return StatusCode::FAILURE;
     
-    msgSvc()->setOutputLevel( "sTgcPrepDataContainerCnv", MSG::DEBUG );
-
    // Get the messaging service, print where you are
     MsgStream log(msgSvc(), "sTgcPrepDataContainerCnv");
     if (log.level() <= MSG::INFO) log << MSG::INFO << "sTgcPrepDataContainerCnv::initialize()" << endmsg;