rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
129 stars 79 forks source link

Feature request: showLogs() output to table #1086

Open jzadra opened 2 weeks ago

jzadra commented 2 weeks ago

It would be nice if there was a way to convert the output of showLogs() to a table, or an argument to define the format of what is returned. Columns could perhaps be date_time, app_id, message.

(Currently it isn't even possible to capture the output in order to manually parse it into a table):

x <- showLogs()
x
#> NULL