From 13b769f82989d8272f81ae2fd50f1cb7deee26d7 Mon Sep 17 00:00:00 2001 From: Kevin J Baird Date: Mon, 19 Feb 2024 18:54:53 -0500 Subject: [PATCH] Minor cleanup (#330) Cleaned up wording. --- app/node/faq/check-logs/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node/faq/check-logs/page.md b/app/node/faq/check-logs/page.md index d7e951136..8ff663a44 100644 --- a/app/node/faq/check-logs/page.md +++ b/app/node/faq/check-logs/page.md @@ -21,7 +21,7 @@ docker logs --tail 20 storagenode ``` -For CLI Docker install on Windows, if you have[](docId:EeyBBKEeuNK5oqkB4EyU0), please execute the following command in PowerShell, inserting your actual path to your log file instead of “pathtologfile” +For CLI Docker install on Windows, if you would like to copy your logs to a file you can follow this link [](docId:EeyBBKEeuNK5oqkB4EyU0) or you can execute the following command in PowerShell, inserting your actual path to your log file instead of “pathtologfile” ```powershell Get-Content "pathtologfile" -Tail 20 -Wait