aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/tagged_logging_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-11/+0
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+11
* Allow wrapping a logger that hasn't set a formatter. Default to our SimpleFor...Jeremy Kemper2012-09-261-0/+8
* Add logger.push_tags and .pop_tags to complement logger.taggedJeremy Kemper2012-09-261-0/+17
* Revert "Use join without default separator"José Valim2012-08-231-0/+5
* Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-181-13/+2
* Don't use default separatorPiotr Niełacny2012-07-181-2/+13
* Provide access to logger instance within TaggedLogging blocksFND2012-03-191-1/+6
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-2/+2
* Checking blank if tag might coming nil or blankArun Agrawal2011-10-211-0/+5
* Ensure TaggegLogging is thread safe.José Valim2011-10-191-1/+29
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+34