From eb1bf1dc5860fdfb8fae936ee0092ef1659bd6b8 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 10 Jun 2024 18:31:55 -0700 Subject: [PATCH] Remove TODO --- docs/source/explanation/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/explanation/concepts.md b/docs/source/explanation/concepts.md index 52a231de..eba2052c 100644 --- a/docs/source/explanation/concepts.md +++ b/docs/source/explanation/concepts.md @@ -312,7 +312,7 @@ spawer decides where those streams are directed, so if you notice problems at this phase you need to check your spawner for instructions for accessing the single-user logs. For example, the LocalProcessSpawner logs are just outputted to the same JupyterHub -output logs (TODO is this correct?), the SystemdSpawner logs are +output logs, the SystemdSpawner logs are written to the Systemd journal, Docker and Kubernetes logs are written to Docker and Kubernetes respectively, and batchspawner output goes to the normal output places of batch jobs and is an explicit