We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34634f commit e8cd808Copy full SHA for e8cd808
activesupport/CHANGELOG.md
@@ -1,3 +1,14 @@
1
+* Fixed `ActiveSupport::Logger.broadcast` so that calls to `#silence` now
2
+ properly delegate to all loggers. Silencing now properly suppresses logging
3
+ to both the log and the console.
4
+
5
+ *Kevin McPhillips*
6
7
+* Backported `ActiveSupport::LoggerThreadSafeLevel`. Assigning the
8
+ `Rails.logger.level` is now thread safe.
9
10
11
12
* Fixed a problem with ActiveSupport::SafeBuffer.titleize calling capitalize
13
on nil.
14
0 commit comments