aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/tagged_logging.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache tags_text to avoid computing tags each time when loggingAkira Matsuda2019-07-311-5/+10
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-111-2/+9
|\
| * TaggedLogging to return a new logger instanceThierry Joyal2017-02-271-2/+9
* | Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* | [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* | Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* | [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
|/
* Format and send logs to logger.fatal from DebugExceptions instead of calling ...Vipul A M2016-11-121-6/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Merge pull request #9065 from atombender/masterRafael Mendonça França2015-01-021-1/+3
|\
| * Fix TaggedLogging to allow loggers to be instantiated multiple times without ...Alexander Staubo2013-01-241-1/+3
* | added missing requireDaniel Harrington2013-12-021-0/+1
* | Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-8/+0
* | make new rails apps log to STDOUTTerence Lee2013-03-151-0/+8
|/
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Allow wrapping a logger that hasn't set a formatter. Default to our SimpleFor...Jeremy Kemper2012-09-261-2/+4
* Add logger.push_tags and .pop_tags to complement logger.taggedJeremy Kemper2012-09-261-14/+28
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-6/+7
* Revert "Use join without default separator"José Valim2012-08-231-2/+2
* Use join without default separatorPiotr Niełacny2012-07-201-2/+2
* Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-181-1/+1
* Don't use default separatorPiotr Niełacny2012-07-181-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-1/+1
* Provide access to logger instance within TaggedLogging blocksFND2012-03-191-1/+1
* make the tagged formatter extend the existing formatterAaron Patterson2012-03-121-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-211-5/+5
|\
| * Why do we even need a constant here? A variable is fine.Semyon Perepelitsa2012-01-211-4/+4
| * TaggedLogging wraps an object, not a class.Semyon Perepelitsa2012-01-211-1/+1
| * Do not use the same Logger constant for class (from stdlib) and for instance ...Semyon Perepelitsa2012-01-211-4/+4
* | move tagged logging to a module, stop proxying every method callAaron Patterson2012-01-191-36/+32
|/
* simplify some TaggedLogging methodsSergey Nartimov2012-01-181-2/+2
* use thread variable in TaggedLoggingSergey Nartimov2012-01-171-3/+2
* Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-061-1/+1
* A few doc changesVijay Dev2011-12-241-3/+3
* Fix AS test suite.José Valim2011-12-101-0/+1
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-2/+1
* Fix typo in AS::TaggedLoggingClaudio Poli2011-11-291-1/+1
* Checking blank if tag might coming nil or blankArun Agrawal2011-10-211-1/+2
* Ensure TaggegLogging is thread safe.José Valim2011-10-191-13/+22
* Programatically define the log level methods and use the Logger constants ins...David Heinemeier Hansson2011-10-191-23/+8
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+68