Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
(copied to CRM)
Description
The driver currently logs only before connecting to the KMS server, with:
LOGGER.info("Connecting to KMS server at " + serverAddress);
|
A few improvements to implement:
- Log at DEBUG to be consistent with other logging levels for I/O
- Add log statement after connect completes
- Add log statement after response received
This should be done for both sync and reactive drivers.