Skip to content

Commit

Permalink
use hierarchical logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Sep 3, 2019
1 parent c7a7741 commit 7f0d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Expand Up @@ -12,7 +12,7 @@
x = utils::getFromNamespace("mlr_reflections", ns = "mlr3")
x$tuner_properties = "dependencies"

assign("lg", lgr::get_logger("mlr3"), envir = parent.env(environment()))
assign("lg", lgr::get_logger("mlr3/mlr3tuning"), envir = parent.env(environment()))
if (Sys.getenv("IN_PKGDOWN") == "true") {
lg$set_threshold("warn")
}
Expand Down

0 comments on commit 7f0d02b

Please sign in to comment.