Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-09-13 17:24:29 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-09-14 16:01:13 +0300
commit3d86ef603994e7a18e7c1ca11ba134c0e62f155a (patch)
treecea8e71d148719531797d8bb033564e7c2adb963
parent74dc4c2c92bcf51d23d33a0b01a5e84f8ba8fc0d (diff)
Merge branch 'sh-exclude-api-responses' into 'master'
Exclude logging of API responses to prevent leakage of confidential data See merge request !14245
-rw-r--r--lib/api/api.rb1
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
]