I have a shiny app running under shiny-server on a Ubuntu machine that keeps crashing at a specific event (selecting DT row).
I have this error messages in my browser's console
The application unexpectedly exited.
Diagnostic information is private. Please ask your system admin for permission if you need to check the R logs.
Still in my log folder (/var/log/shiny-server
), I can't find the log of this specific app (although I see other apps' logs).
Why? Should I add any line of code to force printing the log?