Skip to content

Commit

Permalink
register teal.logger handlers (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Mar 20, 2024
1 parent 0338ee0 commit 18207a8
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 @@ -50,7 +50,7 @@ Imports:
shinyjs,
shinyWidgets (>= 0.6.2),
teal.data (>= 0.4.0),
teal.logger (>= 0.1.1),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.0),
utils
Suggests:
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Set up the teal logger instance
teal.logger::register_logger("teal.slice")
teal.logger::register_handlers("teal.slice")

invisible()
}
Expand Down

0 comments on commit 18207a8

Please sign in to comment.