summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-09-07 17:39:14 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-09-07 17:39:14 +0000
commit7e19b5bfb6e1e209388fa5464a980aa742fdd8c3 (patch)
tree9296679fbbe1ff75eddd47f85dd44dc1dcd55b9c /Gemfile
parent66f08aad714b7d43333db1251474a11f1815ec4c (diff)
parent35dec2c3e87f2f44c3ab0269e7f737afdc28801a (diff)
downloadgitlab-ce-7e19b5bfb6e1e209388fa5464a980aa742fdd8c3.tar.gz
Merge branch 'sh-add-grape-logging' into 'master'
Add JSON logger in `log/api_json.log` for Grape API endpoints Closes #36189 See merge request !14102
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c5eb4ab51ca..a022319ae2c 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'