From 937253f7aa83327c05930520aec847a025c32852 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Fri, 22 Aug 2025 17:55:29 +0200 Subject: [PATCH] sends iss output to logfile if logfile is specified --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 1eb5d1a..7f3be91 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -110,6 +110,7 @@ int main(int argc, char* argv[]) { auto f = fopen(clim["logfile"].as().c_str(), "w"); LOG_OUTPUT(DEFAULT)::stream() = f; LOG_OUTPUT(connection)::stream() = f; + LOG_OUTPUT(dbt_rise_iss)::stream() = f; } std::vector plugin_list;