#ssh session logs in Warp terminal
3 messages · Page 1 of 1 (latest)
Hi @autumn drum. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
To save or export the entire console log in Warp, you can use the following command:
find $HOME/Library/Logs -name "warp*log" -exec cp {} ~/Desktop/ \;
This command will search for Warp log files in your Library/Logs directory and copy them to your Desktop. From there, you can drag and drop the log file into your desired location, such as a GitHub issue comment, feedback email, or Discord message [^1^].
However, it's worth noting that there are open feature requests on Warp's GitHub page for more robust session log saving and exporting features, including saving the logs in different file types [^2^] and saving SSH sessions into Launch Configurations [^3^].