mirror of
https://github.com/traefik/traefik.git
synced 2025-12-01 23:51:52 +01:00
A missing annotation would previously be handled in the default error case, causing a noisy warning-level log message to be generated each time. We add another case statement to ignore the case where the annotation is missing from the annotations map. Also piggybacking a minor improvement to the log message.