diff --git a/docs/contribute.md b/docs/contribute.md index 9c094ad54..7f9b6d323 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -51,6 +51,19 @@ cd ./src ./dev.(sh/cmd) test # run all unit tests before git commit/push ``` +View logs: +```bash +cd runner/_layout/_diag +ls +cat (Runner/Worker)_TIMESTAMP.log # view your log file +``` + +Run Runner: +```bash +cd runner/_layout +./run.sh # run your custom runner +``` + ### Editors [Using Visual Studio Code](https://code.visualstudio.com/)