##// END OF EJS Templates
Backtrace cleaner should not clean plugin paths (#21534)....
Jean-Philippe Lang -
r14605:0fdec26cf2fe
parent child
Show More
@@ -5,3 +5,7
5 5
6 6 # You can also remove all the silencers if you're trying do debug a problem that might steem from framework code.
7 7 # Rails.backtrace_cleaner.remove_silencers!
8
9 # Do not remove plugins backtrace
10 Rails.backtrace_cleaner.remove_silencers!
11 Rails.backtrace_cleaner.add_silencer { |line| line !~ /^\/?(app|config|lib|plugins|test)/ }
General Comments 0
You need to be logged in to leave comments. Login now