GabrielCappelli
GabrielCappelli
**Is your feature request related to a problem? Please describe.** I would like to be able to disable RESPONSE_TIMEOUT so I can have long requests running until completion. **Describe the...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** When running a Sanic app with NewRelic I see this warnings on...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) **Description** Instrumentation of module works, but if call is wrapped in loop_run_in_executor then...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe. We have clients...
Passing the `extra` param on log calls behaves different in picologging compared to stdlib. Sample code: ``` import logging # import picologging as logging logging.basicConfig(format="message=%(message)s foo=%(foo)s", level=logging.DEBUG) logging.debug("msg", extra={"foo": "bar"})...