-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Client Side Encryption, Logging
-
None
-
(copied to CRM)
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.