diff options
author | Robert Speicher <robert@gitlab.com> | 2017-09-13 14:24:29 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-09-13 14:24:29 +0000 |
commit | 33010da28b0f2e00e96cc4bf6c439363905a81d5 (patch) | |
tree | 309f3eabc8990ec07046459b608ef8d43c121eab /lib/api | |
parent | 7bd66b7612dde47a85ca19d478fdd32810eb55de (diff) | |
parent | b60cebb931581a76d3976904ba4b04f6dcab8938 (diff) | |
download | gitlab-ce-33010da28b0f2e00e96cc4bf6c439363905a81d5.tar.gz |
Merge branch 'sh-exclude-api-responses' into 'master'
Exclude logging of API responses to prevent leakage of confidential data
See merge request !14245
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index ee4e1688e12..79e55a2f4f7 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -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 ] |