Re: [Rails-core] Rails 4 Logger #silence method

2013-06-04 Thread laise
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 a.y.che...@gmail.com javascript: wrote: Issue: It breaks compatibility with old good Log4r and default

[Rails-core] Rails 4 Logger #silence method

2013-05-07 Thread laise
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

Re: [Rails-core] Rails 4 Logger #silence method

2013-05-07 Thread Chad Woolley
#squelch ??? On Mon, May 6, 2013 at 10:55 PM, laise a.y.chernen...@gmail.com 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