Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/troubleshooting/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,26 @@ export QUARTO_PRINT_STACK=true

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

::: panel-tabset

## Windows

On PowerShell:

```powershell
$env:QUARTO_LOG_LEVEL = "DEBUG"
```

## Unix

On bash-like shells:

```bash
export QUARTO_LOG_LEVEL=DEBUG
```

:::

### Inspect log files {#log-files}

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