diff options
author | Stan Hu <stanhu@gmail.com> | 2017-09-13 01:25:33 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-09-13 01:25:33 -0700 |
commit | b60cebb931581a76d3976904ba4b04f6dcab8938 (patch) | |
tree | f021520d15e07b2b158f0ff1a4ff88f10730777e | |
parent | 0cd1563fb66e9ba533346fe3957912225e27000f (diff) | |
download | gitlab-ce-b60cebb931581a76d3976904ba4b04f6dcab8938.tar.gz |
Exclude logging of API responses to prevent leakage of confidential datash-exclude-api-responses
-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 ] |