You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Kali rolling, and the default ansi and control code filtering doesn't seem to work well. Doing the following seems to provide the best log review experience:
Do not install ansi-filter
Comment out the sed line trying to remove ansi/control codes in .tmux/plugins/tmux-logging/scripts/start_logging.sh
To review log files use 'ansi2txt' (from 'colorized-logs' package):
ansi2txt < ./tmux-ansifilter-test-3-0-0-20230628T123947.log| less
this leaves a few things like '^M' and '^G' in the display, but makes the log more understandable and complete in my opinion
Might be best to incorporate ansi2txt into start_logging.sh but I haven't tried that
The text was updated successfully, but these errors were encountered:
I'm also using Kali Linux and had additional problems with backspace characters in my log. So I also installed colorized-logs and replaced the pipe_pane_sed() function in ~/.tmux/plugins/tmux-logging/scripts/start_logging.sh with:
I am using Kali rolling, and the default ansi and control code filtering doesn't seem to work well. Doing the following seems to provide the best log review experience:
Do not install ansi-filter
Comment out the sed line trying to remove ansi/control codes in .tmux/plugins/tmux-logging/scripts/start_logging.sh
To review log files use 'ansi2txt' (from 'colorized-logs' package):
this leaves a few things like '^M' and '^G' in the display, but makes the log more understandable and complete in my opinion
Might be best to incorporate ansi2txt into start_logging.sh but I haven't tried that
The text was updated successfully, but these errors were encountered: