Sending Feedback & Logs
Submit your feedback, bugs or feature requests to Warp as well as logs, debugging id, bugs, feature requests, novel ideas, etc.
Sending Warp feedback
Open a new bugs or feature request in our GitHub repository.
Join our Warp Community Slack and share feedback in #feedback-general, or #feedback-preview if it is specific to Warp Preview.
Join our Discord server, and ask questions or share feedback in
#questions-and-feedback.For security issues or questions, email [email protected].
For questions about privacy, email [email protected].
Subscriber and Enterprise
For subscriber technical issues or questions (bugs, credits, etc.), email [email protected].
For subscriber billing issues or questions (refunds, cancellation, etc.), email [email protected].
For enterprise, please direct all feedback and issues to your designated Slack Channel.

Gathering Warp Logs
You can retrieve Warp's logs by following the instructions for your platform below. Locate the log file and attach it to your GitHub issue or email.
The Warp log files are located at ~/Library/Logs/.
Warp logs on macOS
Close Warp and run the following from another terminal to zip the logs to your Desktop:
zip -j ~/Desktop/warp-logs.zip ~/Library/Logs/warp.log*Warp Preview logs on macOS
Close Warp Preview and run the following from another terminal to zip the logs to your Desktop:
zip -j ~/Desktop/warp_preview-logs.zip ~/Library/Logs/warp_preview.log*If your issue is graphical (e.g. no display of windows) or a crash, please run Warp with the following command to capture more log information:
# Run if Warp on macOS is installed
RUST_LOG=wgpu_core=info,wgpu_hal=info /Applications/Warp.app/Contents/MacOS/stable
# Run if Warp Preview on macOS is installed
RUST_LOG=wgpu_core=info,wgpu_hal=info /Applications/WarpPreview.app/Contents/MacOS/previewThe Warp log files are located at $env:LOCALAPPDATA\warp\Warp\data\logs\.
Warp logs on Windows
Close Warp and run the following from another terminal to zip the logs to your Desktop:
Compress-Archive -Path "$env:LOCALAPPDATA\warp\Warp\data\logs\warp.log*" -DestinationPath "$([Environment]::GetFolderPath('Desktop'))\warp-logs.zip"Warp Preview logs on Windows
Close Warp Preview and run the following from another terminal to zip the logs to your Desktop:
Compress-Archive -Path "$env:LOCALAPPDATA\warp\WarpPreview\data\logs\warp_preview.log*" -DestinationPath "$([Environment]::GetFolderPath('Desktop'))\warp_preview-logs.zip"If your issue is graphical (e.g. no display of windows) or a crash, please run Warp with the following command to capture more log information:
# Run if Warp on Windows is installed for a single user
$env:RUST_LOG="wgpu_core=info,wgpu_hal=info"; & "$env:LOCALAPPDATA\Programs\Warp\warp.exe"
# Run if Warp on Windows is installed for all users
$env:RUST_LOG="wgpu_core=info,wgpu_hal=info"; & "$env:PROGRAMFILES\Warp\warp.exe"
# Run if Warp Preview on Windows is installed for a single user
$env:RUST_LOG="wgpu_core=info,wgpu_hal=info"; & "$env:LOCALAPPDATA\Programs\WarpPreview\preview.exe"
# Run if Warp Preview on Windows is installed for all users
$env:RUST_LOG="wgpu_core=info,wgpu_hal=info"; & "$env:PROGRAMFILES\WarpPreview\preview.exe"The Warp log files are located at ~/.local/state/warp-terminal/.
Warp logs on Linux
Close Warp and run the following from another terminal to zip the logs to your home directory:
tar -czf ~/warp-logs.tar.gz -C ~/.local/state/warp-terminal warp.log*Warp Preview logs on Linux
Close Warp and run the following from another terminal to zip the logs to your home directory:
tar -czf ~/warp_preview-logs.tar.gz -C ~/.local/state/warp-terminal-preview warp_preview.log*If your issue is graphical (e.g. no display of windows) or a crash, please run Warp with the following command to capture more log information:
# Run if Warp on macOS is installed
RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal
# Run if Warp Preview on Linux is installed
RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal-previewGathering AI debugging ID
To gather the debugging ID, RIGHT-CLICK on the AI conversation block in question and select "Copy debugging ID", then paste that into the bug report that you submit so that our team can investigate the issue.
Whenever there is an error in the Agent Conversation, there will also be an option to directly copy the debugging ID for the bug report.

Last updated
Was this helpful?