qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

HTTP logging is set as INFO?

Open andrenatal opened this issue 2 years ago • 4 comments

It seems the http logging in the python library is set as INFO? Wouldn't be better if that's set to DEBUG so it doesn't conflict with actual INFO messages used by the application?

andrenatal avatar Aug 05 '23 01:08 andrenatal

Yes this would be helpful to drop down to DEBUG, especially when calling scroll() often due to the result pagination.

tamaravasey avatar Aug 22 '23 14:08 tamaravasey

You can disable it by specifying INFO,actix_web=WARN

generall avatar Aug 22 '23 14:08 generall

Is this still relevant @generall? os.environ["RUST_LOG"] = "INFO,actix_web=WARN" does not work for me, I still get the messages in the log.

ambrustorok avatar Aug 29 '24 11:08 ambrustorok

@andrenatal that comment is about passing envs to qdrant container Not about setting them in python

Could you also specify which exactly messages you’re referring to so we could help you?

joein avatar Aug 29 '24 12:08 joein