We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8662145 commit 259fe6dCopy full SHA for 259fe6d
src/main/java/com/arangodb/internal/velocystream/Connection.java
@@ -127,6 +127,9 @@ public synchronized void close() {
127
}
128
129
private void sendProtocolHeader() throws IOException {
130
+ if (LOGGER.isDebugEnabled()) {
131
+ LOGGER.debug(String.format("Send velocystream protocol header to %s", socket));
132
+ }
133
outputStream.write(PROTOCOL_HEADER);
134
outputStream.flush();
135
0 commit comments