Skip to content

Commit

Permalink
Aktiver json-logging av app (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn authored Nov 25, 2024
1 parent b65ad2e commit 16f345e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rapadm
Title: Monitor Settings and Applications at Rapporteket
Version: 0.8.5.9000
Version: 0.9.0
Authors@R: c(
person(given = "Are",
family = "Edvardsen",
Expand Down
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 16f345e

Please sign in to comment.