From 68faa2556e04c5daed7def554ebef2500ebfa445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:34:04 +0200 Subject: [PATCH] fix: use code blocks for copy button (cherry picked from commit 7527c561597563c949f69692ea81f1d5922298ab) --- docs/troubleshooting/index.qmd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/troubleshooting/index.qmd b/docs/troubleshooting/index.qmd index 475c2f937b..3a60e51c75 100644 --- a/docs/troubleshooting/index.qmd +++ b/docs/troubleshooting/index.qmd @@ -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: