Skip to content

Commit

Permalink
doc: Indicate how to find backscope logs on the production server
Browse files Browse the repository at this point in the history
  Resolves numberscope#55.
  • Loading branch information
gwhitney committed Apr 12, 2024
1 parent 737eabb commit 70db035
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/server-administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ Stop `numberscope`:
sudo systemctl stop numberscope
```

### Accessing `numberscope` logs

You can see the standard error output of the backscope process via
`sudo journalctl -u backscope`. However, most diagnostic output is directed to
backscope's own rotating log files, in the `~scope/repos/backscope/logs`
directory.

## Updating the server to a new version of backscope

There are two main cases. If the change in version of backscope does not
Expand Down

0 comments on commit 70db035

Please sign in to comment.