fast-nail-55400
10/03/2022, 6:36 PM./pants test --debug path/to/test.py -- -vv --full-trace but none of the print statements in either my test or the intrinsic in Rust are being displayed.fast-nail-55400
10/03/2022, 6:37 PM% ./pants test --debug src/python/pants/engine/internals/docker_test.py -- -vv --full-trace
========================================== test session starts ===========================================
collected 1 item
src/python/pants/engine/internals/docker_test.py::test_resolve_image_idfast-nail-55400
10/03/2022, 6:37 PMsrc/python/pants/engine/internals/scheduler.py:520 as the last point in Python stackcurved-television-6568
10/03/2022, 6:38 PMrule_runner.logging decorator?fast-nail-55400
10/03/2022, 6:38 PMhave you decorated your test case with theyesdecorator?rule_runner.logging
curved-television-6568
10/03/2022, 6:38 PMfast-nail-55400
10/03/2022, 6:38 PMRuleRunner was passed a -ldebug option to set_optionscurved-television-6568
10/03/2022, 6:39 PMfast-nail-55400
10/03/2022, 6:39 PMprintln! in Rust and print in Pythonfast-nail-55400
10/03/2022, 6:39 PMcurved-television-6568
10/03/2022, 6:40 PMbreakpoint() just to get into stuff)witty-crayon-22786
10/03/2022, 6:41 PMlog::info! messages get captured from rust? i canโt remember whether the @logging decorator would care about the difference between logging and writing directly to stdiofast-nail-55400
10/03/2022, 6:41 PMbreakpoint in Python at least gets me into the testfast-nail-55400
10/03/2022, 6:42 PMfast-nail-55400
10/03/2022, 6:42 PMfast-nail-55400
10/03/2022, 6:42 PMfast-nail-55400
10/03/2022, 6:47 PMfast-nail-55400
10/03/2022, 7:04 PMbreakpoint idea!curved-television-6568
10/03/2022, 7:04 PM