2gis / Winium

Automation framework for Windows platforms
Mozilla Public License 2.0
384 stars 123 forks source link

Unable to remove console debug logging when setting .withVerbose(false).withSilent(false) #90

Closed benlstanley closed 5 years ago

benlstanley commented 5 years ago

Want to add a logger to my tests but the winium debug logger runs and I cannot see what I need to see, Would like to be able to stop the verbose logging but unable to do so. Basically I dont want to see this ------> Starting Windows Desktop Driver on port 9999

15:09:26 [DEBUG] Waiting for a connection... 15:09:26 [DEBUG] ACCEPTED REQUEST GET /status HTTP/1.1 15:09:26 [INFO] COMMAND status {} 15:09:26 [DEBUG] RESPONSE: OK: { "sessionId": "AwesomeSession", "status": 0, "value": { "build": { "version": "1.2.0.0"