Configure/Disable specific log types

I am running tests on android using webdriverio and appium and I see that in between each feature file/end of the test execution it retrieves the logs (“logcat”,“bugreport”,“server”) from the android device, which takes a lot of time.
What I would like to do is to be able to configure my tests in a way that the logs are retrieved only at the end of the test execution as well as I want to know if I can disable some of those logs?