Skip to content

Commit

Permalink
Merge pull request #24 from Rapporteket/logasjson
Browse files Browse the repository at this point in the history
Logg i json-format
  • Loading branch information
kevinthon authored Jan 20, 2025
2 parents 8773fee + 1cc7df7 commit 8ff968d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/norgastApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#' @return An object representing the NORGAST app
#' @export

norgastApp <- function() {
norgastApp <- function(logAsJson = true) {
if (logAsJson) {
rapbase::loggerSetup()
}
shiny::shinyApp(ui = appUi, server = appServer)
}

0 comments on commit 8ff968d

Please sign in to comment.