Skip to content

Commit dd80958

Browse files
authored
chore: update troubleshooting documentation about dir setting (#13681)
1 parent ccf3490 commit dd80958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/templates/troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,6 @@ This script tells us what command is being run and what the exit status is. If
150150
the exit status is non-zero, it means the command failed and we exit the script.
151151
Since we are manually checking the exit status here, we don't need `set -e` at
152152
the top of the script to exit on error.
153+
154+
> **Note:** If you aren't seeing any logs, check that the `dir` directive points
155+
> to a valid directory in the file system.

0 commit comments

Comments
 (0)