summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-09-06 22:41:15 -0700
committerStan Hu <stanhu@gmail.com>2017-09-06 23:09:27 -0700
commitf7c8032e0993a6dc6bb808b0f2234324d3fe9707 (patch)
treecd74468cc14fc1955feb0faf705e9d78a4e55e97 /Gemfile
parent21935d85382989e38dd4cc12de55966e0c9b6eba (diff)
downloadgitlab-ce-f7c8032e0993a6dc6bb808b0f2234324d3fe9707.tar.gz
Add JSON logger in `log/api_json.log` for Grape API endpoints
Closes #36189
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0341f2609ad..d5e224c417c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -407,3 +407,4 @@ gem 'flipper-active_record', '~> 0.10.2'
# Structured logging
gem 'lograge', '~> 0.5'
+gem 'grape_logging', '~> 1.6'