Merge branch 'sh-exclude-api-responses' into 'master'
Exclude logging of API responses to prevent leakage of confidential data See merge request !14245
This commit is contained in:
commit
33010da28b
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ module API
|
|||
logger: Logger.new(LOG_FILENAME),
|
||||
formatter: Gitlab::GrapeLogging::Formatters::LogrageWithTimestamp.new,
|
||||
include: [
|
||||
GrapeLogging::Loggers::Response.new,
|
||||
GrapeLogging::Loggers::FilterParameters.new,
|
||||
GrapeLogging::Loggers::ClientEnv.new
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue