Index: source/ariba/utility/system/StartupWrapper.cpp
===================================================================
--- source/ariba/utility/system/StartupWrapper.cpp	(revision 7916)
+++ source/ariba/utility/system/StartupWrapper.cpp	(revision 9737)
@@ -41,6 +41,6 @@
 
 #ifdef HAVE_LOG4CXX_LOGGER_H
-#include <log4cxx/logger.h>
-#include <log4cxx/basicconfigurator.h>
+	#include <log4cxx/logger.h>
+	#include <log4cxx/basicconfigurator.h>
 #endif // HAVE_LOG4CXX_LOGGER_H
 
@@ -96,24 +96,14 @@
 	// init the logging system
 	//
-	// configure the logging
-	//
-        
+
 #ifdef HAVE_LOG4CXX_LOGGER_H
 	log4cxx::BasicConfigurator::configure();
+#endif //HAVE_LOG4CXX_LOGGER_H
 
-	// set the global log level to warning
-	{
-		log4cxx::LoggerPtr logger(log4cxx::Logger::getRootLogger());
-		logger->setLevel(log4cxx::Level::getInfo());
-	}
+	//
+	// configure the default logging level to info
+	//
 
-	// set up again an individual level if you like
-#ifndef HAVE_MAEMO
-	{
-		//log4cxx::LoggerPtr logger(log4cxx::Logger::getLogger("MCPO"));
-		//logger->setLevel(log4cxx::Level::getDebug());
-	}
-#endif //HAVE_MAEMO
-#endif //HAVE_LOG4CXX_LOGGER_H
+	logging_rootlevel_info();
 }
 
