From 6a69cf4fe7007a0047f3a30ad1c6e78c3fdc877f Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Mon, 9 Oct 2023 15:24:30 -0400 Subject: [PATCH] doc: clarify that you need to ssh into nabox before collecting logs --- docs/help/log-collection.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/help/log-collection.md b/docs/help/log-collection.md index 666a38e2e..44fd85d2e 100644 --- a/docs/help/log-collection.md +++ b/docs/help/log-collection.md @@ -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;\