Skip to content

Commit a887090

Browse files
authored
Merge pull request #1679 from quarto-dev/sync-1678-to-prerelease
[Sync to prerelease] fix: use code blocks for copy button
2 parents 5b0592a + 68faa25 commit a887090

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/troubleshooting/index.qmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,26 @@ export QUARTO_PRINT_STACK=true
8585

8686
Quarto will print more information about its internal state if you set `QUARTO_LOG_LEVEL=DEBUG` in your environment.
8787

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+
88108
### Inspect log files {#log-files}
89109

90110
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)