Skip to content

Commit 5afd0c5

Browse files
committed
Add mention of --log-level in troubleshooting section
and also `--log` and `QUARTO_LOG`
1 parent e2f67a6 commit 5afd0c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/troubleshooting/index.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ export QUARTO_LOG_LEVEL=DEBUG
105105

106106
:::
107107

108+
`--log-level debug` can also be passed at command line e.g. `quarto render index.qmd --log-level debug`
109+
110+
If you prefer to have the log be written to file, you can set `QUARTO_LOG` in your environment, or `--log` at command line.
111+
108112
### Inspect log files {#log-files}
109113

110114
Quarto creates log files that can help you diagnose problems. These are stored in different locations depending on your operating system:

0 commit comments

Comments
 (0)