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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 320d42b8974..9fc47bbf848 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -355,6 +355,8 @@ GEM activesupport grape (>= 0.16.0) rake + grape_logging (1.6.0) + grape grpc (1.4.5) google-protobuf (~> 3.1) googleauth (~> 0.5.1) @@ -1034,6 +1036,7 @@ DEPENDENCIES grape (~> 1.0) grape-entity (~> 0.6.0) grape-route-helpers (~> 2.1.0) + grape_logging (~> 1.6) haml_lint (~> 0.26.0) hamlit (~> 2.6.1) hashie-forbidden_attributes |