diff options
author | Stan Hu <stanhu@gmail.com> | 2017-09-06 22:41:15 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-09-06 23:09:27 -0700 |
commit | f7c8032e0993a6dc6bb808b0f2234324d3fe9707 (patch) | |
tree | cd74468cc14fc1955feb0faf705e9d78a4e55e97 /Gemfile | |
parent | 21935d85382989e38dd4cc12de55966e0c9b6eba (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -407,3 +407,4 @@ gem 'flipper-active_record', '~> 0.10.2' # Structured logging gem 'lograge', '~> 0.5' +gem 'grape_logging', '~> 1.6' |