MCPcopy Index your code
hub / github.com/ory/hydra / Logger

Method Logger

driver/registry_sql.go:347–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347func (m *RegistrySQL) Logger() *logrusx.Logger {
348 if m.l == nil {
349 m.l = logrusx.New("Ory Hydra", config.Version)
350 }
351 return m.l
352}
353
354func (m *RegistrySQL) ClientHasher() fosite.Hasher {
355 if m.fh == nil {

Callers 6

InitMethod · 0.95
InitNetworkMethod · 0.95
WriterMethod · 0.95
HealthHandlerMethod · 0.95
HTTPClientMethod · 0.95
TracerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected