eventuous icon indicating copy to clipboard operation
eventuous copied to clipboard

When we have any exception at projection level... It does not get recorded in logs

Open shashikantpawar21 opened this issue 2 years ago • 1 comments

When we have any exception at projection level... It does not record in seq or any logs ..

We would never know why the mongodb fails and only option is to restart the containers..

Is there anything for this ?

shashikantpawar21 avatar May 13 '22 17:05 shashikantpawar21

You can try adding internal logs: https://github.com/Eventuous/dotnet-sample/blob/7502eccb48c90744a7f2e86151a040aa0c24e199/Bookings/Program.cs#L38

alexeyzimarev avatar May 13 '22 18:05 alexeyzimarev

Subscriptions were switched to the normal logger, so any issue should be logged normally within the scope of the subscription logger.

alexeyzimarev avatar Nov 04 '22 12:11 alexeyzimarev