Are ogging of bad TLS handshakes options available?

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.

If you are talking about the access log, how should a failed TLS request look like? All you got is the IP.

I don’t think you see failed TLS requests in the logs of other reverse proxied or web servers.

You could probably create a feature request on Traefik Github, but not sure if anyone would implement it.

Or you manually set up a process to create the access log lines from the debug log.