I have some test cases in my test project which are written using Mongo2Go and Xunit in dotnet core 2.2.
Test case work fine on my machine but when I run them on GitLab pipeline, the result is ok but in backend-test step log, the mongodb log added between the log of test cases.
I want to disable it from my log, please suggest some solution.
