RStudio Workbench / RStudio Server Pro Logs

Follow

If you are experiencing difficulties with RStudio Workbench (previously RStudio Server Pro), we'd recommend taking a look at your log files which may contain messages that will help you find the source of the problem.

You can find the RStudio server monitor logs here:

/var/lib/rstudio-server/monitor/log/rstudio-server.log

You can also consult your system log to see if there are additional messages there - see below for your specific operating system:

Debian and Ubuntu

The RStudio Workbench log messages are located in the system log, typically located at:

/var/log/syslog

Messages related to RStudio will be prefixed with either rserver or rsession

RedHat and CentOS

The RStudio Workbench log messages are located in the following file:

/var/log/messages

Messages related to RStudio will be prefixed with either rserver or rsession

Return to Troubleshooting Guide: Managing RStudio Workbench

Comments