[
https://issues.apache.org/jira/browse/TINKERPOP-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616461#comment-17616461
]
ASF GitHub Bot commented on TINKERPOP-2471:
-------------------------------------------
FlorianHockmann opened a new pull request, #1827:
URL: https://github.com/apache/tinkerpop/pull/1827
https://issues.apache.org/jira/browse/TINKERPOP-2471
It's a bit unfortunate that I had to add loggers to the constructors of
`GremlinClient` as well as `DriverRemoteConnection`, but I don't see a way
around that as both are ways to initialize the driver.
VOTE +1
> Add logging to Gremlin.Net driver
> ---------------------------------
>
> Key: TINKERPOP-2471
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2471
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Reporter: Florian Hockmann
> Priority: Minor
>
> It would be helpful to have logging in the driver to get insights into its
> internal state. Examples for events that we could log are:
> * A connection is dead & will be replaced.
> * The pool is empty, so we cannot get a connection for the current request
> (but will probably try again)
> This should make it more transparent for users how the driver operates and
> what its current state is.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)