Automatic Session Output (screen) Logging #5209
Unanswered
ntwrknrd
asked this question in
Feature Requests, Ideas
Replies: 2 comments
-
I believe this is a must have for any terminal application! Not having an easy and automated way to customize logging is a make or break feature for myself and many other network engineers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As a consideration of this iTerm2 had a critical security vulnerability about session logging |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’d like to propose a feature for Automatic Session Output Logging, which I believe would be beneficial for users who prefer to log all sessions, even when considering the potential security implications (e.g., files are often saved on encrypted disks). This feature could streamline workflows and create an easier/more reliable experience to track previous session history.
My specific use case: I regularly log commands and their execution times for auditing purposes, such as writing Root Cause Analyses. While timestamps would be a great addition, I understand that could be outside the current scope, as there are many ways to handle this on the remote end (e.g., including timestamps in the shell prompt or running
uptime
periodically on systems where that may be impossible). However, many terminal emulators already provide similar logging features, so this might be a natural/valuable enhancement.Currently, I rely on Ghostty’s
write_screen_file:open
function via shortcut, which works well. However, the files are saved to unpredictable directories:I believe the following additions would be beneficial:
Beta Was this translation helpful? Give feedback.
All reactions