View app-specific logs at a specific path (default is /var/log/shiny-server).

adminLogsUI(id)

adminLogs(input, output, session, config, path = "/var/log/shiny-server")

Arguments

id

An id string that corresponds with the id used to call the module's UI function.

input

shiny server input object

output

shiny server output object

session

shiny server session object

config

SpaDES.shiny app configuration object (e.g., from readConfig)

path

file path of the server log files (usually /var/log/shiny-server)

Details

Generates a fluidRow consisting of two columns: one containing a file selector dropdown menu and the other displaying the text output from the selected log file.