• N
    Add Logger option to disable message broadcasts · e12ffb76
    Nate Smith 提交于
    When setting the Rails logger to log to STDOUT, it would broadcast the
    log twice in development. This adds a setting that will prevent messages
    from being broadcast to multiple logs, while still allowing calls to
    `#close`, `#level=`, `#progname=`, and `#formatter=` to be broadcasted.
    
    Fixes #14769, #11415
    e12ffb76
logger.rb 1.4 KB