monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

logger option for the sdk

Open jldec opened this issue 1 year ago • 1 comments

Problem

It would be helpful to have logs that can be turned on and off for debugging e.g. to better understand internal behavior in the sdk.

Proposal

(thanks @samuelstroschein) Add a logger to the sdk that can be configured with a loadProject() option like { debug: true } The option could also be exposed via a --debug flag on the CLI

jldec avatar Feb 15 '24 17:02 jldec

@jldec assigning you to make sure this issue will be resolved

samuelstroschein avatar Feb 16 '24 22:02 samuelstroschein