Skip to content

Commit 9829e1a

Browse files
committed
mention grape_logging in documentation
1 parent 8000ffd commit 9829e1a

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)