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

71 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 answers

0
runnerpaul On

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