mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-01 12:30:21 -04:00
The base logger created by log.Configure already attaches a "service"
field via its context. handleProbe added it a second time, producing
JSON log entries with two "service" keys. Remove the redundant
Str("service", name) and the now-unused name parameter.