Browse Source
docs: add flags to example linux log output command (#9852)
parth/sample-so-test
copeland3300
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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: |
|
|
|
|