我应该如何使用 Rails 记录器控制 HTTParty 输出?我不想在登台或生产环境中看到这一点。
class FooResource
include HTTParty
persistent_connection_adapter
debug_output $stderr
...
}
我应该如何使用 Rails 记录器控制 HTTParty 输出?我不想在登台或生产环境中看到这一点。
class FooResource
include HTTParty
persistent_connection_adapter
debug_output $stderr
...
}