Skip to content

Commit

Permalink
register teal.logger handlers (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Mar 20, 2024
1 parent 9a0ca2c commit a5cb3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Imports:
shinyvalidate,
stats,
teal.data (>= 0.5.0),
teal.logger (>= 0.1.1),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.0),
tidyr (>= 0.8.3),
tidyselect
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.onLoad <- function(libname, pkgname) {
teal.logger::register_logger("teal.transform")
teal.logger::register_handlers("teal.transform")
invisible()
}

0 comments on commit a5cb3f5

Please sign in to comment.