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;