fix: set gin mode correctly

This commit is contained in:
Stavros
2025-09-22 16:15:55 +03:00
parent f8047a6c2e
commit e8558b89b4
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ func (broker *OAuthBrokerService) Init() error {
log.Error().Err(err).Msgf("Failed to initialize OAuth service: %T", name)
return err
}
log.Info().Msgf("Initialized OAuth service: %T", name)
log.Info().Str("service", service.GetName()).Msg("Initialized OAuth service")
}
return nil