dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Add support for structured logging

Open randomir opened this issue 3 years ago • 0 comments

As the use of Ocean/cloud-client in production app code (and/or server-side services code) increases, the need for easier parsed logs becomes apparent.

We need to:

  • adapt log statements to log structured data
  • abstain from configuring logging at all, and just dump to null handler
  • make sure use of stdlib's logging and structlog is supported -- but defer actual configuration to the caller/app

randomir avatar Nov 23 '22 22:11 randomir