fabric-bridge: flush logs on info, log worker thread start
This commit is contained in:
@@ -57,6 +57,7 @@ int NodeRunner::exec(std::unique_ptr<Node> node) {
|
||||
std::signal(SIGINT, signal_handler);
|
||||
std::signal(SIGTERM, signal_handler);
|
||||
|
||||
spdlog::flush_on(spdlog::level::info);
|
||||
spdlog::info("Starting node '{}' type='{}'", node_id_, node->type());
|
||||
|
||||
if (!std::filesystem::exists(mxl_domain_)) {
|
||||
|
||||
Reference in New Issue
Block a user