Overview
-
module Console
-
module Adapter
-
module Rails
A Rails adapter for the console logger.
-
module ActionController
-
class LogSubscriber
A Rails log subscriber which is compatible with
Console::Logger
. It receives events fromActiveSupport::Notifications
and logs them to the console.
-
-
module ActiveRecord
-
class Logger
-
class Railtie
Hook into Rails startup process and replace Rails.logger with our custom hooks
-
initializer
-
after_initialize
- Remove existing log subscribers for ActionController and ActionView
-
-
-
-
-
module ActiveSupport
https://github.com/rails/rails/issues/44800