comparison config/initializers/.svn/text-base/backtrace_silencers.rb.svn-base @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 # Be sure to restart your server when you modify this file.
2
3 # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4 # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
6 # You can also remove all the silencers if you're trying do debug a problem that might steem from framework code.
7 # Rails.backtrace_cleaner.remove_silencers!