Slightly improve debug logging for complex authentication pipelines

This commit is contained in:
fox.cpp 2025-02-01 19:24:53 +03:00
parent 1d044249c2
commit ef7fa210dc
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
5 changed files with 22 additions and 13 deletions

View file

@ -112,6 +112,8 @@ func (endp *Endpoint) Init(cfg *config.Map) error {
}
}
endp.saslAuth.Log.Debug = endp.Log.Debug
addresses := make([]config.Endpoint, 0, len(endp.addrs))
for _, addr := range endp.addrs {
saddr, err := config.ParseEndpoint(addr)