change of logging to bugsnag /search_users
This commit is contained in:
parent
4eb009d76d
commit
5bbc5999d7
|
|
@ -112,8 +112,9 @@ class ApiSearchController < ApiController
|
|||
Rails.logger.info "*" * 50
|
||||
Rails.logger.info bm
|
||||
|
||||
Bugsnag.notify("benchmark neo4j: " + bm.to_s) do |report|
|
||||
Bugsnag.notify("search_users_benchmark") do |report|
|
||||
report.severity = "info"
|
||||
report.add_tab(:benchmark, benchmark: bm.to_s)
|
||||
end
|
||||
|
||||
#debugger
|
||||
|
|
|
|||
Loading…
Reference in New Issue