I’m automating the test launch from a bash file.
The server runs in the same console session than the client but this causes an unreadable output log from the client.
For that I need to disable the server log to maintain a clean screen .
(I’m launching Appium with ’ appium ’ command with npm-nodejs)
Thank you