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
It would be very pythonic to use jq_set_debug_cb() and jq_set_stderr_cb() and set callback that will pass it's input to stdlib logging module (by Vinay Sajip).
I propose i.e. logging_path parameter to use as argument of getLogger, and by default either "jq" or disable feature (if it will be too resource-heavy).
The text was updated successfully, but these errors were encountered:
It would be very pythonic to use
jq_set_debug_cb()
andjq_set_stderr_cb()
and set callback that will pass it's input to stdliblogging
module (by Vinay Sajip).I propose i.e.
logging_path
parameter to use as argument ofgetLogger
, and by default either"jq"
or disable feature (if it will be too resource-heavy).The text was updated successfully, but these errors were encountered: