Hi,
I am using the new AppiumDriverLocalService and I'm loving it. The only thing that is bothering me, is that my IDE console is filled with appium server logs. Is there any way to set console level logging of appium server to OFF, and just have the --log-level flag applied to FILE logging?
I would like to have a clean console, and appium server log messages in the file specified by the .withLogFile(...) of the AppiumDriverLocalService class.
Thank you,
S