We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--log-level
1 parent e2f67a6 commit 5afd0c5Copy full SHA for 5afd0c5
docs/troubleshooting/index.qmd
@@ -105,6 +105,10 @@ export QUARTO_LOG_LEVEL=DEBUG
105
106
:::
107
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
112
### Inspect log files {#log-files}
113
114
Quarto creates log files that can help you diagnose problems. These are stored in different locations depending on your operating system:
0 commit comments