Currently the OIDC server uses it own slog logger instance, based on our logging library. After zitadel/zitadel#11159, the library will be deprecated. OIDC should use the global slog loggers instead. Zitadel already populates context data in middleware, so this does not have to be handled by OIDC anymore.
Acceptance criteria
Currently the OIDC server uses it own
sloglogger instance, based on our logging library. After zitadel/zitadel#11159, the library will be deprecated. OIDC should use the global slog loggers instead. Zitadel already populates context data in middleware, so this does not have to be handled by OIDC anymore.Acceptance criteria
slogglobal logging functions