rules_ts icon indicating copy to clipboard operation
rules_ts copied to clipboard

ts_project_workers should expose a way to find the logs of the worker

Open bhavitsharma opened this issue 2 years ago • 1 comments

Logging is not straightforward in worker mode since Bazel's protocol uses stdin/out for communication. However, we should expose a method to add logs to a file that we can inspect. Note that this is different from the compiler host's log which should be called using host.trace?

bhavitsharma avatar Oct 27 '22 20:10 bhavitsharma

related to #189. We'd like to add this capability simply by using bazel's worker verbose flag.

thesayyn avatar Oct 28 '22 15:10 thesayyn

fixed by #264

thesayyn avatar Feb 13 '23 17:02 thesayyn