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.
2 parents 5b0592a + 68faa25 commit a887090Copy full SHA for a887090
docs/troubleshooting/index.qmd
@@ -85,6 +85,26 @@ export QUARTO_PRINT_STACK=true
85
86
Quarto will print more information about its internal state if you set `QUARTO_LOG_LEVEL=DEBUG` in your environment.
87
88
+::: panel-tabset
89
+
90
+## Windows
91
92
+On PowerShell:
93
94
+```powershell
95
+$env:QUARTO_LOG_LEVEL = "DEBUG"
96
+```
97
98
+## Unix
99
100
+On bash-like shells:
101
102
+```bash
103
+export QUARTO_LOG_LEVEL=DEBUG
104
105
106
+:::
107
108
### Inspect log files {#log-files}
109
110
Quarto creates log files that can help you diagnose problems. These are stored in different locations depending on your operating system:
0 commit comments