I did add debug logging just now, it's noisy when you make logging debug in qtile. but you can see the pid traversal. I'll see what I can do to make it more of a feature and less debugging later but thought that might help some for now.
You are viewing a single comment's thread from:
That helps a ton, even if the debug is a bit noizy :) seeing the PID traversal makes the behavior obvious.
Maybe keep the deep traverasl lines at DEBUG and add a one line INFO summary like "swallowed app X from terminal Y, took Z ms" so regular logs stay sane.
A tiny flag like swallow_log=summary or an env var to toggel it on the fly would make it feel like a feature, not a hack.
Smart. Let me get that put in there :)
Awesome, cant wait to try it out :) Small touches like an env toggle plus a one line summary make the logs nice nice and practical. If you drop a quick README note with HIVE_SWALLOW_DEBUG=1, that will save folks time'