Skip to content

Commit

Permalink
Minor change to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen committed Oct 8, 2024
1 parent fb7669e commit c3e1306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collector/lib/CollectorConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ bool CollectorConfig::YamlConfigToConfig(YAML::Node& yamlConfig) {
networkConfig->set_enable_external_ips(enableExternalIps);

SetRuntimeConfig(runtime_config);
CLOG(INFO) << "Runtime configuration: " << GetRuntimeConfigStr();
CLOG(INFO) << "Runtime configuration:";
CLOG(INFO) << GetRuntimeConfigStr();

return true;
}
Expand Down

0 comments on commit c3e1306

Please sign in to comment.