From 5e0b904e887fc648fb8a3a55283f8f33063a78eb Mon Sep 17 00:00:00 2001 From: copeland3300 Date: Tue, 25 Mar 2025 12:52:23 -0400 Subject: [PATCH] docs: add flags to example linux log output command (#9852) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4275cdf30..32ad48c41 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 --no-pager +journalctl -u ollama --no-pager --follow --pager-end ``` When you run Ollama in a **container**, the logs go to stdout/stderr in the container: