index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
rack
/
logger.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-1
/
+1
*
instrumenter can't be cached because the app could be called from
Aaron Patterson
2013-10-04
1
-3
/
+4
*
"Naked" rescue clauses only catch StandardError subclasses.
thedarkone
2013-08-06
1
-1
/
+1
*
Use the right instrumentation name
Rafael Mendonça França
2013-08-05
1
-2
/
+2
*
fire a notification when the request stops / starts
Aaron Patterson
2013-01-09
1
-2
/
+17
*
extract logger and development checks to methods
Aaron Patterson
2013-01-09
1
-6
/
+16
*
make the extremely useful logs debug level
Aaron Patterson
2012-11-09
1
-2
/
+2
*
Gotta log each spacer line separately to ensure each is tagged
Jeremy Kemper
2012-10-06
1
-1
/
+4
*
Tag the blank log line between dev requests so it's easier to filter out enti...
Jeremy Kemper
2012-10-06
1
-3
/
+3
*
Tune up Rails::Rack::Logger. Only put space between requests in development l...
Jeremy Kemper
2012-09-26
1
-14
/
+23
*
Log newlines separately to ensure the 'Started GET ...' line has a tag on the...
Jeremy Kemper
2012-09-25
1
-1
/
+2
*
Only apply log tags if the logger supports it
Jeremy Kemper
2012-09-24
1
-1
/
+1
*
Unify logger and taggedlogging middleware as both address logging concerns.
José Valim
2011-10-19
1
-12
/
+26
*
Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...
David Heinemeier Hansson
2011-10-19
1
-2
/
+2
*
Filter sensitive query string parameters in the log [#6244 state:committed]
Prem Sichanugrist & Xavier Noria
2011-03-11
1
-1
/
+1
*
Use the derived request_method from AD::Request rather than the raw REQUEST_M...
Michael Koziarski
2011-01-18
1
-1
/
+1
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-13
/
+11
*
Improve performance of the Logger middleware by using simpler versions of met...
wycats
2010-06-04
1
-3
/
+4
*
Add caller to request_uri deprecation notice
Carlhuda
2010-03-03
1
-1
/
+1
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-3
/
+3
*
Clean up Rails::Rack::Logger.
José Valim
2010-01-26
1
-11
/
+7
*
Default to sync instrumentation.
José Valim
2010-01-21
1
-0
/
+38
*
Rename Rails::Rack::Logger -> LogTailer. Speed up log mtime checks.
Jeremy Kemper
2008-12-18
1
-28
/
+0
*
Cheaper log tail time comparison
Jeremy Kemper
2008-12-18
1
-3
/
+3
*
Added rack logger middleware that tails the environment log
Joshua Peek
2008-08-19
1
-0
/
+28