remiphilippe opened a new pull request, #1829: URL: https://github.com/apache/tinkerpop/pull/1829
following the discussion here: https://groups.google.com/g/gremlin-users/c/rSWrioOk58U the logger and error files are trying to be loaded at runtime from the repo code, but when the binaries are used it can't find the resources files. So all errors / logger appear as: `%!(EXTRA string=ws://localhost:50639/gremlin)` when using go-bindata (https://github.com/go-bindata/go-bindata) the resources files are generated by a `go generate` statement, and loaded with the binary. The messages now display properly: `Closing DriverRemoteConnection with url 'ws://localhost:49696/gremlin'` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
