mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Move sensitive info warning higher up in the doc
This applies to *all* logs!
This commit is contained in:
@@ -10,6 +10,12 @@ before things went bad, and can help us understand the problem so we can fix it.
|
||||
TLJH collects logs from JupyterHub, Configurable HTTP Proxy & from each individual
|
||||
user's notebook server. All the logs are accessible via `journalctl <https://www.freedesktop.org/software/systemd/man/journalctl.html>`_.
|
||||
|
||||
.. warning::
|
||||
|
||||
If you are providing a snippet from the logs to someone else to help debug
|
||||
a problem you might have, be careful to redact any private information (such
|
||||
as usernames) from the snippet first!
|
||||
|
||||
JupyterHub Logs
|
||||
---------------
|
||||
|
||||
@@ -18,12 +24,6 @@ notebook servers. When there is a general systemic issue with JupyterHub (rather
|
||||
than a specific issue with a particular user's notebook), looking at the JupyterHub
|
||||
logs is a great first step.
|
||||
|
||||
.. warning::
|
||||
|
||||
If you are providing a snippet from the logs to someone else to help debug
|
||||
a problem you might have, be careful to redact any private information (such
|
||||
as usernames) from the snippet first!
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
sudo journalctl -u jupyterhub
|
||||
|
||||
Reference in New Issue
Block a user