Command outputs logs when run locally but not when run on server

105 Views Asked by At

When I run dotnet test --filter "Category=rda" on my local PC the dos terminal outputs all logging. If I then run the same on one of my servers no logs are output. How do I fix this

1

There are 1 best solutions below

0
On

I added --logger:"console;verbosity=detailed"