1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

jupyterhub/README.md: Tighter journalctl logging tips

This commit is contained in:
A Holt 2023-02-08 19:31:20 -05:00 committed by GitHub
parent 34effae368
commit 7c046c100b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,13 +76,13 @@ _WARNING: If on login users see "500 : Internal Server Error", you may need to r
To see JupyterHub's (typically very long!) log, run:
```
journalctl -u jupyterhub.service
journalctl -u jupyterhub
```
Sometimes other logs might also be available, e.g.:
```
journalctl -u jupyter-admin-singleuser.service
journalctl -u jupyter-admin-singleuser
```
### PAWS/Jupyter Notebooks for Python Beginners