louketo / louketo-proxy

A OpenID / Proxy service
Apache License 2.0
950 stars 343 forks source link

Log which timeout was hit #668

Open mildis opened 4 years ago

mildis commented 4 years ago

Log which timeout was hit

Summary

When a timeout is reached, louketo send a HYTP 500 reply. Could be useful to identify in the log which timeout has triggered this reply.

Why?

Currently, identifying timeout means setting each of them to a different value to identify the right one.

How

Acceptance criteria

Additional Information