aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack/logger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-13/+11
| | | | frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]
* Improve performance of the Logger middleware by using simpler versions of ↵wycats2010-06-041-3/+4
| | | | methods
* Add caller to request_uri deprecation noticeCarlhuda2010-03-031-1/+1
|
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-3/+3
|
* Clean up Rails::Rack::Logger.José Valim2010-01-261-11/+7
|
* Default to sync instrumentation.José Valim2010-01-211-0/+38
|
* Rename Rails::Rack::Logger -> LogTailer. Speed up log mtime checks.Jeremy Kemper2008-12-181-28/+0
|
* Cheaper log tail time comparisonJeremy Kemper2008-12-181-3/+3
|
* Added rack logger middleware that tails the environment logJoshua Peek2008-08-191-0/+28