From ff564bec16a3c1b73e80241fb1beb657ec6e75fd Mon Sep 17 00:00:00 2001 From: Stefan Reither <stefan.reither@kit.edu> Date: Mon, 31 Jan 2022 16:35:59 +0100 Subject: [PATCH] reduce spam --- .../RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp b/source/RobotAPI/components/units/RobotUnit/RobotUnitModules/RobotUnitModuleLogging.cpp index d19074a2d..5cf5fed08 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"; -- GitLab