"Stop Using Structured Logging in .NET!" | Code Cop #006
Summary
This episode of Content Cup dissects bad advice, specifically from LinkedIn, regarding structured logging in applications. The main theme is debunking the notion that unused parameters in log templates add overhead and shouldn't be included. The practical takeaway is that structured logging with parameters, even if not immediately used, is beneficial for application performance and filtering downstream, and the opposite advice is harmful.