Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.14.0
-
None
Description
Following some issues I was having I needed more detailed logging about the KEX negotiation phase (instead of using a debug breakpoint). Attached is a patch for this issue.
In this context, I recommend demoting the logging messages at the end of the successful negotiation from INFO level to DEBUG. My rationale is that INFO level is for rare successful events whereas KEX negotiation occurs on each and every session. Therefore its results should be logged as DEBUG. Please let me know if you agree - I will more than happy to make the necessary changes and re-submit a patch with my changes and this one as well.