Convert logging to use slog.
Review Request #14915 — Created March 17, 2026 and submitted — Latest diff uploaded
This change converts logging in rb-gateway to use the
slogstructured
logging package. This allows the logger to collect data as key-value
records instead of just a list of strings.
Ran unit tests.