afbbd4e Bug 691313 - Need TLS/SSL error messages in repl status and errors log

2 files Authored by nkinder 12 years ago, Committed by rmeggins 12 years ago,
    Bug 691313 - Need TLS/SSL error messages in repl status and errors log
    
    When an error is encnountered during the bind operation in the
    beginning of a replication session, the error is only logged
    at the fatal level the first time it is encountered.  If replication
    level logging is turned on, it can be easy to miss the error the
    first time, so the subsequent debug logging is not very useful.
    
    This patch makes us log repeated bind errors at the replication log
    level only.  The first time an error is encountered, it will still
    be logged at the fatal level.
    (cherry picked from commit 515c009b7dad6b28f781de6ca860a0aac2840d1a)