Improved error log.
This commit is contained in:
parent
9f1b706131
commit
c659f394f6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class Channel < ApplicationModel
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
puts "can't use " + 'Channel::' + channel[:adapter]
|
puts "can't use " + 'Channel::' + channel[:adapter]
|
||||||
puts e.inspect
|
puts e.inspect
|
||||||
|
puts e.backtrace
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue