Too much detail in console
Folks,
I am getting too much detail in my console output. other devs at my shop, using the same project imported from Gradle, are not having this issue. I am wondering if there is a setting I may have inadvertently set?
It looks like a lot of this info is Selenium talking to the browser, but I am not sure.
Here is an example:
calhost:20534
17:24:38.254 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:20534
17:24:38.255 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:61814<->127.0.0.1:20534
17:24:38.255 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.i.c.DefaultManagedHttpClientConnection - http-outgoing-1034: set socket timeout to 10800000
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.impl.execchain.MainClientExec - Executing request POST /session/af89d785948fb19b8d40d53f900d52a7/element/0.2874437987633045-115/element HTTP/1.1
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG o.a.h.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> POST /session/af89d785948fb19b8d40d53f900d52a7/element/0.2874437987633045-115/element HTTP/1.1
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> Content-Type: application/json; charset=utf-8
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> Content-Length: 60
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> Host: localhost:20534
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> Connection: Keep-Alive
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.7.0_55)
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.headers - http-outgoing-1034 >> Accept-Encoding: gzip,deflate
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.wire - http-outgoing-1034 >> "POST /session/af89d785948fb19b8d40d53f900d52a7/element/0.2874437987633045-115/element HTTP/1.1[\r][\n]"
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.wire - http-outgoing-1034 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
17:24:38.257 [Forwarding findChildElement on session af89d785948fb19b8d40d53f900d52a7 to remote] DEBUG org.apache.http.wire - http-outgoing-1034 >> "Content-Length: 60[\r][\n]"
Any help would be appreciated.
Please sign in to leave a comment.
Try using a more recent Gradle version for importing.