aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/server/worker
Commit message (Collapse)AuthorAgeFilesLines
* Handle cases where logger is not a tagged logger.Lachlan Sylvester2015-11-181-1/+1
| | | | | | | | | | | Previously, a TaggedLoggerProxy was only created if the logger responded to :tagged, but was still used as if it was a TaggedLoggerProxy elsewhere in the code, causing undefined method errors. This moved the check for tagging abilities inside the TaggedLoggerProxy so the code can always tread the logger like a tagged logger, and if it is not a tagged logger the tags will just be ignored. This prevents needing to check if the logger is tagged every time we use it.
* Make sure active record queries are logged with the current connection tagsPratik Naik2015-10-121-2/+2
|
* Include the clearing of database connections configuration by defaultDavid Heinemeier Hansson2015-07-081-0/+22