oh, actually. you could do this in the `coordinato...
# development
w
oh, actually. you could do this in the
coordinator_of_tests
rule, which would provide for some reuse.
h
Do you want me to make this change for the sake of logging? If our only goal is to get Travis working, we can use the command
travis_wait foo bar
. https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
w
I think that logging something here would be a Good Change.
👍 1
h
Hm @witty-crayon-22786 we would need to first implement the
Logger
singleton. Do you want me to take that on? https://github.com/pantsbuild/pants/issues/6004 Happy to if you deem it worth the prioritization.
w
@hundreds-father-404: you should be able to just use a static logger in the meantime, with a TODO