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

Function SetAuthEnabled

pkg/logger/logger.go:449–451  ·  view source on GitHub ↗

SetAuthEnabled enables or disables auth logging for the standard logger.

(e bool)

Source from the content-addressed store, hash-verified

447// SetAuthEnabled enables or disables auth logging for the standard
448// logger.
449func SetAuthEnabled(e bool) {
450 std.SetAuthEnabled(e)
451}
452
453// SetReqEnabled enables or disables request logging for the
454// standard logger.

Callers 1

configureLoggerFunction · 0.92

Calls 1

SetAuthEnabledMethod · 0.80

Tested by

no test coverage detected