Skip to content

Commit

Permalink
[core, service] service log level changed from info to debug1 (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky authored May 16, 2024
1 parent 3f97b09 commit 1e63d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/service/ecal_service_singleton_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace eCAL
eCAL::Logging::Log(eCAL_Logging_eLogLevel::log_level_debug1, "[" + node_name + "] " + message);
break;
case LogLevel::Info:
eCAL::Logging::Log(eCAL_Logging_eLogLevel::log_level_info, "[" + node_name + "] " + message);
eCAL::Logging::Log(eCAL_Logging_eLogLevel::log_level_debug1, "[" + node_name + "] " + message);
break;
case LogLevel::Warning:
eCAL::Logging::Log(eCAL_Logging_eLogLevel::log_level_warning, "[" + node_name + "] " + message);
Expand Down

0 comments on commit 1e63d97

Please sign in to comment.