cashubtc / cashu-ts

A TypeScript library for building Cashu wallets
MIT License
58 stars 34 forks source link

All logs should be conditional #205

Open Egge21M opened 1 week ago

Egge21M commented 1 week ago

There is a couple of places where cashu-ts will log errors or warnings. This package is usually used a dependency and should not log to the console, without explicitly being told to do so. We should therefore make all logs opt-in, using a verbose flag or similar.