Skip to content

Commit

Permalink
doc: clarify that you need to ssh into nabox before collecting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Oct 9, 2023
1 parent 304e684 commit 6a69cf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/help/log-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ This command will create a file named `harvest_logs.tar.gz` containing the logs

## NABox

For NABox installations, use the following command to create a compressed tar file containing the logs:
For NABox installations,
[ssh](https://nabox.org/documentation/configuration/) into your nabox instance,
and use the following command to create a compressed tar file containing the logs:

```bash
dc logs nabox-api > nabox-api.log; dc logs nabox-harvest2 > nabox-harvest2.log;\
Expand Down

0 comments on commit 6a69cf4

Please sign in to comment.