Skip to content

Commit

Permalink
Fix logging reference to use current log path (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jul 10, 2024
1 parent 77086eb commit 1bbc2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_reference/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ journal since the services are started via systemD. You can see service logs via
`journalctl -u <service_name>`. You could copy logs off of your Mark2 from a
computer on the same network with:
```
scp neon@<device_ip>:/home/neon/.local/state/neon/logs ./
scp neon@<device_ip>:/home/neon/.local/state/neon/*.log* ./
```

## Docker
Expand Down

0 comments on commit 1bbc2dc

Please sign in to comment.