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:
parent
34effae368
commit
7c046c100b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue