You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current HttpLoggingPolicy is hardcoded to log all request and response information at the logging.INFO level. This can be inflexible for users who integrate with centralized logging systems (e.g., Grafana/Loki) and have specific requirements for log categorization. Some users might prefer to log HTTP request/response details at the logging.DEBUG level.
We should consider allowing the logging level to be configurable by the user. This can be through a constructor kwarg or potentially an environment variable.