MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / SetStandardTemplate

Function SetStandardTemplate

pkg/logger/logger.go:472–474  ·  view source on GitHub ↗

SetStandardTemplate sets the template for standard logging for the standard logger.

(t string)

Source from the content-addressed store, hash-verified

470// SetStandardTemplate sets the template for standard logging for
471// the standard logger.
472func SetStandardTemplate(t string) {
473 std.SetStandardTemplate(t)
474}
475
476// SetAuthTemplate sets the template for auth logging for the
477// standard logger.

Callers 1

configureLoggerFunction · 0.92

Calls 1

SetStandardTemplateMethod · 0.80

Tested by

no test coverage detected