Coudn't think of a smart search query for my question.
Can we configure logging of failed TLS requests in Traefik?
For example: If I have errors like this one
2024-10-21T14:02:10Z DBG log/log.go:245 > http: TLS handshake error from 94.130.171.122:53004: local error: tls: bad record MAC
Is it possibile to log the details of the request the same way we log valid http request?
I've tried with TRACE log level but no additional details are logged.