#ssh session logs in Warp terminal

3 messages · Page 1 of 1 (latest)

autumn drum
#

Hello everyone. I’m trying to figure out how to save ssh session logs in Warp. Can anyone point me to some documentation or videos to see how to do this. I log into devices all the time and I use the logs to act as a backup and tracking config changes. Thanks.

raw plinthBOT
#

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^].

[^1^]: (Source: https://discord.com/channels/851854972600451112/1200698151489785866)
[^2^]: (Source: https://github.com/warpdotdev/Warp/issues/4198)
[^3^]: (Source: https://github.com/warpdotdev/Warp/issues/1866)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: