diff --git a/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp b/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp index d19074a2dd6e12abcd8890d5dd47c57c6d42fdc0..5cf5fed082abdcb79f4f1de97ec9982c90f10d92 100644 --- a/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp +++ b/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp @@ -184,8 +184,8 @@ namespace armarx::RobotUnitModule rtLoggingEntries.erase(pb.getPath()); throw LogicError{"RtLogging could not open filestream for '" + pb.getPath() + "'"}; } - ARMARX_INFO << "Start logging to " << e.filename - << ". Names (pattern, replacement name): " << aliasNames; + ARMARX_VERBOSE << "Start logging to " << e.filename + << ". Names (pattern, replacement name): " << aliasNames; std::stringstream header; header << "marker;iteration;timestamp;TimeSinceLastIteration";