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
Currently, fjage.js uses the basic console.log API for logging. For dynamically enabling/disabling logging we use the gateway.debug flag. This doesn't scale.
Currently, fjage.js uses the basic
console.log
API for logging. For dynamically enabling/disabling logging we use thegateway.debug
flag. This doesn't scale.We should instead use a proper framework like https://github.com/pimterry/loglevel for logging.
The text was updated successfully, but these errors were encountered: