I don't there is a way to query tmux for the verbosity level it is
running under. You can try to check if the server is holding open files,
though. Something like

pgrep tmux | xargs -L1 lsof -wp | grep log

would show all files opened by any "tmux" process that contain the "log"
substring.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2162753

Title:
  Tmux -v doesnt show it on and writing a lot. should show some
  indication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2162753/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to