mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-26 13:20:42 +01:00
#### Description - segment's `Logger` interface is printf-style, but the adapter passed `format` as the slog message and `args` as key-value pairs. - slog never substituted the `%d` placeholders and rendered each positional arg as a `!BADKEY` attr. - `Logf` and `Errorf` now `fmt.Sprintf` the message first, matching the opamp logger adapter.