Skip to content

Commit

Permalink
Update - merge from threadmgr
Browse files Browse the repository at this point in the history
  • Loading branch information
ysan committed Dec 4, 2023
1 parent f78cc99 commit f39a76b
Show file tree
Hide file tree
Showing 13 changed files with 2,694 additions and 2,721 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ int main (int argc, char *argv[])
s_logger.append_handler(stdout);
CUtils::set_logger(&s_logger);

setAlternativeLog (threadmgr_log);
setAlternativeLogLW (threadmgr_log_lw);
set_alternative_log (threadmgr_log);
set_alternative_log_LW (threadmgr_log_lw);

if (s->get_params().is_syslog_output()) {
auto syslog = std::make_shared<CSyslog> ("/dev/log", LOG_USER, "auto_rec_mini");
Expand Down

0 comments on commit f39a76b

Please sign in to comment.