vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Log all events to trace #75

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

@StuartFergusonVme - the feature we recently plugged into one of our internal systems integration testing where we logged out all events (using a simple projection). Do you think that would be useful in our testing?

StuartFergusonVme commented 4 years ago

I'm not sure how useful it will be to be honest, however for the effort it takes it's probably worth adding in, will probably be more useful in CI rather than locally though.

StevenBlair123 commented 4 years ago

Althought, on CI we dont have access to the log files do we?

StuartFergusonVme commented 4 years ago

Only when using the SSH debug which trips on a failed PR

StevenBlair123 commented 4 years ago

Ah right, so might still be worth doing it? That would our event store log would have all the events written.