-
Additional check to see if job is still running before pruning. (#76)
-
Log errors when tailing job output, instead of reporting the error, to avoid closing the stream. (#79)
-
The main
syslog
log destination for plugins has been changed to afile
log destination, causing logs to be written to file now by default. Logs are written to thelogging-dir
directory. By default, this is located at/var/log/rstudio/launcher
. -
The
logging-dir
flag passed by the Launcher is now supported and determines where the main file log destination is created. By default, this is located at/var/log/rstudio/launcher
.