clean-city-64472
01/17/2022, 5:55 PM./pants test my/path/to/test.py -l=debug > /tmp/test.log
doesn't seem to work.fast-nail-55400
01/17/2022, 6:03 PM--logdir
to change where some logs files are written.enough-analyst-54434
01/17/2022, 6:04 PMfast-nail-55400
01/17/2022, 6:04 PM2>
instead of >
should work>/tmp/test.log 2>&1
enough-analyst-54434
01/17/2022, 6:05 PM&>
to redirect stdout and stderr at once.clean-city-64472
01/17/2022, 6:07 PM--logdir
and didn't seem to get anything but i'll keep at it.2>
works @fast-nail-55400 🙏curved-television-6568
01/18/2022, 6:48 AM