diff --git a/app/node/faq/check-logs/page.md b/app/node/faq/check-logs/page.md index 8ff663a44..46295ab50 100644 --- a/app/node/faq/check-logs/page.md +++ b/app/node/faq/check-logs/page.md @@ -28,7 +28,12 @@ Get-Content "pathtologfile" -Tail 20 -Wait ``` -For CLI Linux and MacOS install, if you have redirected your logs to a file, please use your preferred editor to view the contents of the log file. +For CLI Linux and macOS install, if you have redirected your logs to a file, please use your preferred editor to view the contents of the log file, or in your terminal (replace the path `/path/to/the/log/file.log` with the correct path): + +```linux +cat /path/to/the/log/file.log + +``` {% /tab %}