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 68f8ebe commit 3d44bfcCopy full SHA for 3d44bfc
docs/general/logging.md
@@ -13,7 +13,7 @@ You may customize the logger in an initializer, for example:
13
ActiveModelSerializers.logger = Logger.new(STDOUT)
14
```
15
16
-You can also disable the logger, just put this in `config/application.rb`:
+You can also disable the logger, just put this in `config/initializers/active_model_serializers.rb`:
17
18
```ruby
19
ActiveSupport::Notifications.unsubscribe(ActiveModelSerializers::Logging::RENDER_EVENT)
0 commit comments