From b73b0940ef4ed4e08ed1372e0da7bc864313d034 Mon Sep 17 00:00:00 2001 From: frob Date: Mon, 5 Aug 2024 06:10:53 +0200 Subject: [PATCH] Disable paging for journalctl (#6154) Users using `journalctl` to get logs for issue logging sometimes don't realize that paging is causing information to be missed. --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 484c4b6c..589061a8 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -9,7 +9,7 @@ cat ~/.ollama/logs/server.log On **Linux** systems with systemd, the logs can be found with this command: ```shell -journalctl -u ollama +journalctl -u ollama --no-pager ``` When you run Ollama in a **container**, the logs go to stdout/stderr in the container: