You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSTest is currently using eqt trace logger everywhere for technical logs. This is preventing any logs to be produced when working in runner mode. There is also many limitations to how EqtTrace works that can cause locks and slowness.
Instead we should flow some interface and change the logger based on the actual runner.
The text was updated successfully, but these errors were encountered:
eqttrace is in objectmodel, and so this logging is only available to adapter, instead it should be available everywhere in mstest, so we can log any info from anywhere.
eqttrace owns the file and rolls it when it reaches given size. and it also won't allow writing into the file from multiple places without lock issues.
Summary
MSTest is currently using eqt trace logger everywhere for technical logs. This is preventing any logs to be produced when working in runner mode. There is also many limitations to how EqtTrace works that can cause locks and slowness.
Instead we should flow some interface and change the logger based on the actual runner.
The text was updated successfully, but these errors were encountered: