From beb3e84942f58c5e512411c8c41950e6af322004 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 28 Jun 2018 13:39:47 -0700 Subject: [PATCH] Move sensitive info warning higher up in the doc This applies to *all* logs! --- docs/troubleshooting/logs.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/troubleshooting/logs.rst b/docs/troubleshooting/logs.rst index 5fadbf5..0dcecdc 100644 --- a/docs/troubleshooting/logs.rst +++ b/docs/troubleshooting/logs.rst @@ -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 `_. +.. 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