Open AR-May opened 4 months ago
Contacted the runtime team. The verbosity is not a problem anymore, however, some of the messages should be printed immediately and TL dos does not do that yet: like in the case when a test hangs xunit has a feature where that prints "[Long Running Test]” and we need to show this message asap. We will need to figure out a solution for that before we may turn it on.
Discussed internally. Resolution:
Exec
task and runtime team does not have control over it and its messages in particular. It makes the problem difficult to work-around and the progress messages API that solves it for custom tasks would not help much here unless we add some support to Exec
task.
We have fixed issue that made runtime team to disable the Terminal Logger. We should find out whether anything else prevents the runtime team to turn the TL on and fix it.
Exit criteria: TL is on in dotnet/runtime repo.