"src/vscode:/vscode.git/clone" did not exist on "750bd7920622b3fe538d20035d3f03855c5d6621"
Unverified Commit b73b0940 authored by frob's avatar frob Committed by GitHub
Browse files

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.
parent 8b920f35
...@@ -9,7 +9,7 @@ cat ~/.ollama/logs/server.log ...@@ -9,7 +9,7 @@ cat ~/.ollama/logs/server.log
On **Linux** systems with systemd, the logs can be found with this command: On **Linux** systems with systemd, the logs can be found with this command:
```shell ```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: When you run Ollama in a **container**, the logs go to stdout/stderr in the container:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment