mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
334 B
334 B
Logging
If we are using ActiveModel::Serializers on Rails app by default the Rails.logger will be used.
On a non Rails enviroment by default the ActiveSupport::TaggedLogging will be
used.
If we need to customize the logger we can define this in an initializer:
ActiveModelSerializers.logger = Logger.new(STDOUT)