Skip to content

Commit

Permalink
Aktiver json-logging av app
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Nov 25, 2024
1 parent 3954b51 commit 6dcb9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' @export

app_server <- function(input, output, session) {
rapbase::logShinyInputChanges(input)

user <- rapbase::navbarWidgetServer2(
"rapadm-widget",
Expand Down
1 change: 1 addition & 0 deletions R/run_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

run_app <- function() {

rapbase::loggerSetup()
shiny::shinyApp(ui = app_ui, server = app_server)
}

0 comments on commit 6dcb9c6

Please sign in to comment.