|
|
|
|
|
by spoonfoe
2483 days ago
|
|
This. We've got a couple of these kinds of applications where I work. All built on RabbitMq / MassTransit. Without smart logging it would be real frustrating to track down issues. You could put breakpoints everywhere locally, but that's a pain. Tools like Seq are really helpful during development. ELK stack / splunk / log aggregator X are almost required on the non-local environments. |
|