Sending Feedback & Logs
We would love to get your feedback on Warp: bugs, feature requests, novel ideas, etc.
Sending Warp feedback:
Open a new issue or feature request in our GitHub repository.
Command Palette, type and select "Send Feedback".
Warp Essentials💡, click on Feedback.
Join our Discord server. Send a message in
#questions-and-feedback
.
For security-related issues or questions, please email security@warp.dev.
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.
Warp’s logs do not contain any console input or output. See more on how we handle Crash Reports and Telemetry.
The Warp log files are located at ~/Library/Logs/warp.log*
on macOS. Zip the logs to your home folder with zip -j ~/warp-logs.zip ~/Library/Logs/warp.log*
.
If your issue is graphical (e.g. no display of windows, etc), please run Warp with the following command to capture more log information.
Using Console
Launch Console, found in Mac’s
Applications > Utilities
folder.In the left pane, select Log Reports.
In the right pane, find the
warp
log.
Last updated