Try using watch command and redirect the logs to a file. Run watch -n1 docker logs jupyter-donzel >>docker_logs.txt 2>&1
in a terminal and launch a server from the JupyterHub. Hopefully you will be able to capture logs.
1 Like