Warp documentation
  • 🚀Getting Started
    • Quickstart Guide
    • What is Warp?
    • Migrate to Warp
    • Using Warp with [zsh|bash|fish|pwsh]
    • Privacy
    • Refer a Friend & Earn Rewards
    • Warp Preview & Alpha Program
    • Changelog
  • 🎨Appearance
    • Themes
    • Custom Themes
    • Prompt
    • Input Position
    • Text, Fonts, & Cursor
    • Size, Opacity, & Blurring
    • Pane Dimming & Focus
    • Blocks Behavior
    • Tabs Behavior
    • App Icons
  • 📕Features
    • Warp AI
      • Active AI
      • Agent Mode
      • Generate
      • Model Context Protocol
      • Voice
      • Rules
    • Command Palette
    • Warp Drive
      • Notebooks
      • Workflows
      • Prompts
      • Environment Variables
      • Warp Drive on the Web
    • Teams
    • Session Sharing
    • Blocks
      • Block Basics
      • Block Actions
      • Block Sharing
      • Block Filtering
      • Background Blocks
      • Sticky Command Header
    • Modern Text Editing
      • Alias Expansion
      • Command Inspector
      • Syntax & Error Highlighting
      • Vim Keybindings
    • Command Entry
      • Command Corrections
      • Command Search
      • Command History
      • Synchronized Inputs
      • YAML Workflows
    • Command Completions
      • Completions
      • Autosuggestions
    • Session Management
      • Launch Configurations
      • Session Navigation
      • Session Restoration
    • Window Management
      • Global Hotkey
      • Tabs
      • Split Panes
    • Warpify
      • Subshells
      • SSH
    • Accessibility
    • Find
    • Files, Links, & Scripts
    • Markdown Viewer
    • Working Directory
    • Smart-Select
    • Full-screen Apps
    • Keyboard Shortcuts
    • Notifications & Audible Bell
    • Settings Sync (Beta)
    • Quit Warning
    • Integrations
    • URI Scheme
    • Network Log
    • Secret Redaction
    • Linux
  • 📊How Does Warp Compare?
    • Performance
    • Terminal features
  • ❓Help
    • Sending Feedback & Logs
    • Plans, Subscriptions & Pricing
    • Updating Warp
    • Using Warp Offline
    • Logging out & Uninstalling
    • Known Issues
    • Troubleshooting Login Issues
    • Open Source Licenses
Powered by GitBook
On this page
  • Sending Warp feedback
  • Preview-Specific Feedback
  • Gathering Warp Logs

Was this helpful?

  1. Help

Sending Feedback & Logs

Submit your feedback on Warp: bugs, feature requests, novel ideas, etc.

PreviousTerminal featuresNextPlans, Subscriptions & Pricing

Last updated 23 days ago

Was this helpful?

Sending Warp feedback

  • Open a new issue or feature request in our .

  • , type and select "Send Feedback".

  • Warp Essentials, click on Feedback.

  • Join our server. Send a message in .

For security-related issues or questions, please email .

Preview-Specific Feedback

Gathering Warp Logs

In some cases, we may also ask for your Warp logs. You can retrieve them by following the instructions for your platform below. Locate the log file and attach it to your GitHub issue comment, feedback email, or discord message.

The Warp log files are located at ~/Library/Logs/.

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*

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:

RUST_LOG=wgpu_core=info,wgpu_hal=info /Applications/Warp.app/Contents/MacOS/stable

The Warp log files are located at $env:LOCALAPPDATA\warp\Warp\data\logs\.

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 "$HOME\Desktop\warp-logs.zip" -Force

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"

The Warp log files are located at ~/.local/state/warp-terminal/.

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*

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:

RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal

If you're using , please share your feedback in our instead of GitHub issues. This helps us better track and respond to Preview-specific feedback.

Note: If the link doesn't work, reach out to us at and we'll add you directly.

Warp's logs and crash reports do not contain any console input or output. See more on how we handle .

❓
Warp Preview
Warp Community Slack
preview@warp.dev
💡
GitHub repository
Command Palette
Discord
#questions-and-feedback
security@warp.dev
Send Feedback
sending feedback from the mac menu and warp essentials
Crash Reports and Telemetry