Logging errors caused by exceptions deep in the application
- by Kaleb Pederson
What are best-practices for logging deep within an application's source? Is it bad practice to have multiple event log entries for a single error?
For example, let's say that I have an ETL system whose transform step involves: a transformer, pipeline, processing algorithm, and processing engine.
In brief, the transformer takes in an input file,…