We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdf327 commit 3b437d7Copy full SHA for 3b437d7
README.md
@@ -2086,6 +2086,14 @@ class API < Grape::API
2086
end
2087
```
2088
2089
+To change the logger level.
2090
+
2091
+```ruby
2092
+class API < Grape::API
2093
+ self.logger.level = Logger::INFO
2094
+end
2095
+```
2096
2097
You can also set your own logger.
2098
2099
```ruby
0 commit comments