aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/broadcast_logger_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add Logger option to disable message broadcastsNate Smith2015-12-161-18/+32
| | | | | | | | | 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
* pushed broadcasting down to a moduleAaron Patterson2012-01-201-1/+6
|
* made the broadcast logger quack more like a loggerAaron Patterson2012-01-201-15/+35
|
* add a broadcasting logger so we can split logsAaron Patterson2012-01-201-0/+57