GabrielCappelli

Results 5 issues of 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...

bug
needs-triage

[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...

bug
needs-triage

### 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...

feature request

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"})...