r - Configure log directory for RStudio Server 1.0.44 -


i'm running rstudio server 1.0.44 on centos 7.

according documentation, server monitor logs located @ /var/lib/rstudio-server/monitor/log, i'm unable find them there. there not monitor folder under /var/lib/rstudio-server folder, body, conf , proxy subfolders, , there not rstudio-server.log in system. maybe missed in installation?

i try setting log folder manually, haven't found way set property. possible?

any appreciated.

p.s. user posted same (unanswered) question in rstudio forum.

in centos 7 docker container, , rstudio server version 1.0.136, i've managed access logs using:

journalctl -u rstudio-server 

some more logs can found using

journalctl -f 

in more general point of view, there many logs in following folder: /var/log/anaconda

according rstudio server support, solution launch rstudio-server --server-daemonize=0 in order output directly available on standard output & error.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -