aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Have log subscribers subscribe to the actual events, so the subscriber ↵Carlhuda2010-03-021-18/+16
| | | | doesn't subscribe to *every* event, so we can have events that are slow-ish but are not actually run in production.
* Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+2
|
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-0/+108