Skip to content

Commit

Permalink
Logg i json-format
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Jan 20, 2025
1 parent 8773fee commit 1cc7df7
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 1cc7df7

Please sign in to comment.