Skip to content

Commit 34ac1ed

Browse files
committed
Merge pull request #992 from aserafin/patch-1
mention grape_logging in documentation
2 parents 7879468 + 9829e1a commit 34ac1ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,8 @@ class API < Grape::API
15891589
end
15901590
```
15911591

1592+
For similar to Rails request logging try the [grape_logging](https://github.com/aserafin/grape_logging) gem.
1593+
15921594
## API Formats
15931595

15941596
Your API can declare which content-types to support by using `content_type`. If you do not specify any, Grape will support

0 commit comments

Comments
 (0)