eventuate-clients / eventuate-client-nodejs

Other
4 stars 3 forks source link

Implement useful debug logging #53

Open cer opened 6 years ago

cer commented 6 years ago

First, there needs to be a good way to enable DEBUG logging, e.g. Environment variable, such as EVENTUATE_NODE_JS_CLIENT_LOGGING_LEVEL?

Second, all main API functions (AggregateRepository, Eventuate Client) need to debug log on entry (parameters) and on exit (return value)

Third, EventuateSubscriptionManager (or one of the classes that it uses) needs to debug when: