Accesslog get Status code explanation of middleware

Hi,

Currently i have an traefik instance running with a chain middleware containing two middleware :
inFlightReq and rateLimit.
In accessslog i see status code 429 when a middleware "trigger", but i wonder if it is possible to get also status code explanation for example "rate limite quota exausted" in case of rateLimit or "to many active connexion" for inFlightReq

Thanks in advance

You want a custom page per status code? Check error middleware.

No , in fact I want to view in access log which Middleware as trigger for a request. My router has a chain with two middleware one rate limit and second a max active connection limit. Each one respond a 429 status code if triggered.but in Access log I don't know the real cause.

Thanks in advance

Any solution?

Regards