diff options
author | Prem Sichanugrist <s@sikac.hu> | 2013-02-22 17:29:08 -0500 |
---|---|---|
committer | Prem Sichanugrist <s@sikac.hu> | 2013-02-24 16:32:25 -0500 |
commit | 8598633cc1d5ea402f8b49b1f71cd92180cc1138 (patch) | |
tree | 9c61d9e6ecc25d178ab6e360fc2e5e4617b08f90 /tools | |
parent | 5693d444686d84d403de5af5d3e23ffe8147001d (diff) | |
download | rails-8598633cc1d5ea402f8b49b1f71cd92180cc1138.tar.gz rails-8598633cc1d5ea402f8b49b1f71cd92180cc1138.tar.bz2 rails-8598633cc1d5ea402f8b49b1f71cd92180cc1138.zip |
Do not redirect cache logger to /dev/null in test
For some reason, redirecting cache's logger to '/dev/null' resulting in
a test failures and LoadError. I think it's because of Thread issue.
Instead of trying to make every logger threadsafe for Rails 3.2, I think
it's better to just don't set the logger for now.
(Note: resetting the logger back to original value in the teardown block
didn't fix the problem.)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions