Discussion here:
https://github.com/rails/rails/issues/10789
On Tuesday, May 7, 2013 10:41:13 PM UTC+6, Chad Woolley wrote:
>
> #squelch ???
>
>
> On Mon, May 6, 2013 at 10:55 PM, laise
> > wrote:
>
>> Issue:
>>
>> It breaks compatibility with old good Log4r and default ::Logger. I found
>> th
#squelch ???
On Mon, May 6, 2013 at 10:55 PM, laise wrote:
> Issue:
>
> It breaks compatibility with old good Log4r and default ::Logger. I found
> that issue today while trying to setup custom logger. The cause is the new
> ActiveSupport::Logger#silence method, which is called by ActiveRecord
Issue:
It breaks compatibility with old good Log4r and default ::Logger. I found
that issue today while trying to setup custom logger. The cause is the new
ActiveSupport::Logger#silence method, which is called by ActiveRecord
pending migration checker.
Another issue is that the Kernel has its