diff --git a/Modules/Core/Common/src/otbConfigurationManager.cxx b/Modules/Core/Common/src/otbConfigurationManager.cxx index 2e2707d0fe21e55d6433ba33abea62caaaddb9a4..4b5875b3c5fb094e6a6c48023d058b295a188193 100644 --- a/Modules/Core/Common/src/otbConfigurationManager.cxx +++ b/Modules/Core/Common/src/otbConfigurationManager.cxx @@ -79,7 +79,7 @@ itk::LoggerBase::PriorityLevelType ConfigurationManager::GetLoggerLevel() #ifndef NDEBUG itk::LoggerBase::PriorityLevelType level = itk::LoggerBase::DEBUG; #else - itk::LoggerBase::PriorityLevelType level = itk::LoggerBase::WARNING; + itk::LoggerBase::PriorityLevelType level = itk::LoggerBase::INFO; #endif