mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Slightly improve debug logging for complex authentication pipelines
This commit is contained in:
parent
1d044249c2
commit
ef7fa210dc
5 changed files with 22 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue