Warp documentation
  • Getting Started
    • Quickstart Guide
    • What is Warp?
    • Supported shells
    • Migrate to Warp
    • Keyboard Shortcuts
    • Changelog
  • Agents
    • Warp AI
      • Agent Mode
  • Active AI
  • Generate
  • Voice
  • Terminal
    • Appearance
      • Themes
      • Custom Themes
      • Prompt
      • Input Position
      • Text, Fonts, & Cursor
      • Size, Opacity, & Blurring
      • Pane Dimming & Focus
      • Blocks Behavior
      • Tabs Behavior
      • App Icons
    • Blocks
      • Block Basics
      • Block Actions
      • Block Sharing
      • Block Find
      • 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
    • Command Palette
    • Session Management
      • Launch Configurations
      • Session Navigation
      • Session Restoration
    • Window Management
      • Global Hotkey
      • Tabs
      • Split Panes
    • Warpify
      • Subshells
      • SSH
    • More Features
      • Accessibility
      • Files, Links, & Scripts
      • Markdown Viewer
      • Working Directory
      • Smart-Select
      • Full-screen Apps
      • Notifications & Audible Bell
      • Settings Sync (Beta)
      • Quit Warning
      • URI Scheme
      • Linux
    • Comparisons
      • Performance
      • Terminal features
  • Integrations
  • Knowledge & Collaboration
    • Warp Drive
      • Notebooks
      • Workflows
      • Prompts
      • Environment Variables
      • Warp Drive on the Web
    • Model Context Protocol
    • Rules
    • Teams
    • Session Sharing
  • Privacy
    • Privacy
    • Secret Redaction
    • Network Log
  • Community
    • Refer a Friend & Earn Rewards
    • Warp Preview & Alpha Program
  • Support & Billing
    • Sending Feedback & Logs
    • Plans & 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. Support & Billing

Sending Feedback & Logs

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

PreviousWarp Preview & Alpha ProgramNextPlans & Pricing

Last updated 2 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