tmux-plugins / tmux-logging

Easy logging and screen capturing for Tmux.
MIT License
1.05k stars 114 forks source link

logging file name is changed when logging stops #36

Closed laggardkernel closed 4 years ago

laggardkernel commented 5 years ago

When start logging, a logging filename is generated. It seems when the logging stops, the filename is regenerated and displayed in the messages, although the regenerated filename are not used for logging at all.

We should reuse the filename generated when logging started.

laggardkernel commented 4 years ago

The project seems dead? Anyway, I've made my own fork and fixed the problem.