-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
logging - printing the whole HTML text from a request is not 'INFO' #124
Comments
PRs are welcome! |
Horrible workaround that does reduce the amount of logger output: In the files connection.py, errors.py and subprocess.py Under the existing line: This will overwrite the original log.info method. Hope this helps. |
I did it like this
This code significantly reduces the amount of output, though some messages, like |
I turned down the logging level of structlog like this -
|
The volume of logging output from this library is unbearable. A simple request outputs hundreds of lines of HTML.
Real errors and messages get buried in 'INFO'
Please fix this issue or supply a simple workaround.
Have tried workarounds suggested by others and read the
structlog documentation - didn't work :(
Thanks,
Raj
P.S. I'm new to programming so might have missed something.
The text was updated successfully, but these errors were encountered: