We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there, any chance to get logging support on it?
It could be like Typhoeus that when you declare a verbose: true option it set_debug_output($stdout) on net http request instance.
verbose: true
set_debug_output($stdout)
Even better, it could be a logger option where you inject your very own logger instance.
logger
What do you think about it? I can make a pull request if this feature pleases you guys.
Thank you so much for this gem, btw. Awesome work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello there, any chance to get logging support on it?
It could be like Typhoeus that when you declare a
verbose: true
option itset_debug_output($stdout)
on net http request instance.Even better, it could be a
logger
option where you inject your very own logger instance.What do you think about it? I can make a pull request if this feature pleases you guys.
Thank you so much for this gem, btw. Awesome work.
The text was updated successfully, but these errors were encountered: