Currently if an unused connection is closed, it gets logged as ERROR. We should log it as WARNING or INFO. Example: ``` java ERROR [nioEventLoopGroup-2-6:] com.basho.riak.client.core.RiakNode - inAvailable channel closed; ```