aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport 1a7049906ee6735bae058e9985a3806d08d9746bJeremy Kemper2012-10-061-3/+6
* Tune up Rails::Rack::Logger. Only put space between requests in development l...Jeremy Kemper2012-09-271-14/+23
* Log newlines separately to ensure the 'Started GET ...' line has a tag on the...Jeremy Kemper2012-09-271-1/+2
* Only apply log tags if the logger supports itJeremy Kemper2012-09-271-1/+1
* Unify logger and taggedlogging middleware as both address logging concerns.José Valim2011-10-191-12/+26
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-2/+2
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-1/+1
* Use the derived request_method from AD::Request rather than the raw REQUEST_M...Michael Koziarski2011-01-181-1/+1
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-13/+11
* Improve performance of the Logger middleware by using simpler versions of met...wycats2010-06-041-3/+4
* 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