I use to do a `ps ax | grep pants` which will show...
# general
c
I use to do a
ps ax | grep pants
which will show you running processes and one of them likely has a tmp path with interesting log files to tail during a run… 😉
1