ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 118 forks source link

logging strategy in Taquito #475

Open jevonearth opened 3 years ago

jevonearth commented 3 years ago

We would like to have better logs in Taquito that support debugging/instrumentation needs as well as "business" events.

As Taquito runs in the browser, node, in native contexts, and ships as UMD's, we need to choose a logging approach that plays nicely with all those contexts.

We need to be conservative about bundle size.

A logger with injectable transports (console.log, file, ___ log shipper) would be ideal.

Research required.

gre commented 2 years ago

Would love this feature for our Ledger Live integration & debug accessibility of all http calls for instance 🙏