Sha256: b36b8bb54c36f6e5a8878cfe438c7af1b60683beb0371a9c91af4fd8dd69c14d
Contents?: true
Size: 356 Bytes
Versions: 10
Compression:
Stored size: 356 Bytes
Contents
[Back to Guides](../README.md) # Logging The default logger in a Rails application will be `Rails.logger`. When there is no `Rails.logger`, the default logger is an instance of `ActiveSupport::TaggedLogging` logging to STDOUT. You may customize the logger in an initializer, for example: ```ruby ActiveModelSerializers.logger = Logger.new(STDOUT) ```
Version data entries
10 entries across 10 versions & 2 rubygems