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 3d44bfc commit ab98c4aCopy full SHA for ab98c4a
docs/general/logging.md
@@ -16,5 +16,6 @@ ActiveModelSerializers.logger = Logger.new(STDOUT)
16
You can also disable the logger, just put this in `config/initializers/active_model_serializers.rb`:
17
18
```ruby
19
+require 'active_model_serializers'
20
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
21
```
0 commit comments