diff --git a/RTCP/Interface/src/Parset.cc b/RTCP/Interface/src/Parset.cc
index ae9c5514e7e21c979824a4825d914de0d7876ad2..9da3d7b49ff4ad9a9b45a5cc137460ba7f92bbb7 100644
--- a/RTCP/Interface/src/Parset.cc
+++ b/RTCP/Interface/src/Parset.cc
@@ -135,7 +135,7 @@ void Parset::maintainBackwardCompatibility()
   // maintain compatibility with MAC, which does not provide the latest greatest keys
 
   if (!isDefined("OLAP.CNProc.usedCoresInPset")) {
-    LOG_WARN("Specifying \"OLAP.CNProc.coresPerPset\" instead of \"OLAP.CNProc.usedCoresInPset\" is deprecated");
+    //LOG_WARN("Specifying \"OLAP.CNProc.coresPerPset\" instead of \"OLAP.CNProc.usedCoresInPset\" is deprecated");
 
     unsigned		  coresPerPset = getUint32("OLAP.CNProc.coresPerPset");
     std::vector<unsigned> usedCoresInPset(coresPerPset);
@@ -483,7 +483,7 @@ vector<unsigned> Parset::subbandToRSPboardMapping(const string &stationName) con
   std::string key = std::string("Observation.Dataslots.") + stationName + ".RSPBoardList";
 
   if (!isDefined(key)) {
-    LOG_WARN_STR('"' << key << "\" not defined, trying \"Observation.rspBoardList\"");
+    //LOG_WARN_STR('"' << key << "\" not defined, trying \"Observation.rspBoardList\"");
     key = "Observation.rspBoardList";
   }
 
@@ -496,7 +496,7 @@ vector<unsigned> Parset::subbandToRSPslotMapping(const string &stationName) cons
   std::string key = std::string("Observation.Dataslots.") + stationName + ".DataslotList";
 
   if (!isDefined(key)) {
-    LOG_WARN_STR('"' << key << "\" not defined, trying \"Observation.rspSlotList\"");
+    //LOG_WARN_STR('"' << key << "\" not defined, trying \"Observation.rspSlotList\"");
     key = "Observation.rspSlotList";
   }