From 81a928915c8fd34d3feac351d4555e7f3caaea13 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:17:22 +0500 Subject: [PATCH] docs: remove outdated Toolbox log level persistence warning (#22139) Remove the warning about JetBrains Toolbox not persisting log level configuration between restarts. As of JetBrains Toolbox 3.2, log level configuration now persists between restarts, making this warning outdated. Created on behalf of @matifali Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- docs/user-guides/workspace-access/jetbrains/toolbox.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/user-guides/workspace-access/jetbrains/toolbox.md b/docs/user-guides/workspace-access/jetbrains/toolbox.md index 219eb63e6b..6b857777db 100644 --- a/docs/user-guides/workspace-access/jetbrains/toolbox.md +++ b/docs/user-guides/workspace-access/jetbrains/toolbox.md @@ -74,9 +74,6 @@ If you encounter issues connecting to your Coder workspace via JetBrains Toolbox 2. Locate the log file named `jetbrains-toolbox.log` and attach it to your support ticket. 3. If you need to capture logs for a specific workspace, you can also generate a ZIP file using the Workspace action menu, available either on the main Workspaces page in Coder view or within the individual workspace view, under the option labeled **Collect logs**. -> [!WARNING] -> Toolbox does not persist log level configuration between restarts. - ## Additional Resources - [JetBrains Toolbox documentation](https://www.jetbrains.com/help/toolbox-app)