Exclude logging of API responses to prevent leakage of confidential data

This commit is contained in:
Stan Hu 2017-09-13 01:25:33 -07:00
parent 0cd1563fb6
commit b60cebb931
1 changed files with 0 additions and 1 deletions

View File

@ -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
]