1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib
Nate Smith e12ffb76ff Add Logger option to disable message broadcasts
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
2015-12-16 16:08:56 -05:00
..
active_support Add Logger option to disable message broadcasts 2015-12-16 16:08:56 -05:00
active_support.rb renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker 2015-12-09 03:07:49 +01:00