How to avoid logcat

Hi, is there any way to skip / avoid / disable appium from capturing logs? I am using adb over tcp and am trying to minimize the amount of traffic.

Thanks,
Phillip

Currently there’s no such possibility except of modifying the source code

Ok, thanks for letting me know.

hi @mykola-mokhnach ; can you tell me where is the proper place to submit a feature request for this?

You can use “error” while starting the appium server, it’s a minimum log level, besides error no logs are activated…

We collect feature requests at https://github.com/appium/appium/issues, however there is no guarantee it will be ever implemented.

Thanks Mykola. I added it here: https://github.com/appium/appium/issues/12203