Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Feb 4, 2025
1 parent 12c0327 commit 1c9e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/start_worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ start_worker = function(
)
root_logger = lgr::get_logger("root")
root_logger$add_appender(appender)
if ("console" %in% names(root_logger$appenders)) root_logger$remove_appender("console")
# if ("console" %in% names(root_logger$appenders)) root_logger$remove_appender("console")

# restore log levels
for (package in names(lgr_thresholds)) {
Expand Down

0 comments on commit 1c9e601

Please sign in to comment.