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

Function SetAuthTemplate

pkg/logger/logger.go:478–480  ·  view source on GitHub ↗

SetAuthTemplate sets the template for auth logging for the standard logger.

(t string)

Source from the content-addressed store, hash-verified

476// SetAuthTemplate sets the template for auth logging for the
477// standard logger.
478func SetAuthTemplate(t string) {
479 std.SetAuthTemplate(t)
480}
481
482// SetReqTemplate sets the template for request logging for the
483// standard logger.

Callers 1

configureLoggerFunction · 0.92

Calls 1

SetAuthTemplateMethod · 0.80

Tested by

no test coverage detected