1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-06 03:53:54 +02:00

Remove sensible logging

This commit is contained in:
Kevin Kreitner 2021-02-23 07:52:14 +01:00
parent 45123d248d
commit 9861d00558
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#logging_max_age = 7
#logging_local_time = true
#logging_compress = false
#sensible_logging = false
#standard_logging = true
#standard_logging_format = "[{{.Timestamp}}] [{{.File}}] {{.Message}}"
#request_logging = true

View File

@ -34,7 +34,6 @@ func loggingFlagSet() *pflag.FlagSet {
flagSet.Bool("auth-logging", true, "Log authentication attempts")
flagSet.String("auth-logging-format", logger.DefaultAuthLoggingFormat, "Template for authentication log lines")
flagSet.Bool("sensible-logging", false, "Log sensible data")
flagSet.Bool("standard-logging", true, "Log standard runtime information")
flagSet.String("standard-logging-format", logger.DefaultStandardLoggingFormat, "Template for standard log lines")
flagSet.Bool("request-logging", true, "Log HTTP requests")