move AsyncSSLSocket logging level for errors to vlog
authorDenis Samoylov <den@fb.com>
Thu, 8 Sep 2016 20:50:13 +0000 (13:50 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 8 Sep 2016 20:53:49 +0000 (13:53 -0700)
commitf496210227b343d7e4aa39d64bbb8df93f062909
treeb253d20c9cef5a8326f957326a6c85033b6fbdc2
parent59ea1768a8dd7c4064bf1bf2d4c3fe92b7c6386d
move AsyncSSLSocket logging level for errors to vlog

Summary: current log entries ("E0906 AsyncSSLSocket.cpp:117] TCP connect failed: AsyncSocketException: connect failed, type = Socket not open, errno = 111 (Connection refused)") are not very helpful to debug due lack of details and can spam logs of application that uses async library without ability to disable logging

Reviewed By: djwatson

Differential Revision: D3825048

fbshipit-source-id: 1c97f14e1ea3f1b276d04bb12483d42372a0d186
folly/io/async/AsyncSSLSocket.cpp