aspnet-logging
Installation
SKILL.md
ASP.NET Core Structured Logging
Trigger On
- setup logging cho app mới hoặc upgrade từ Console.WriteLine/text logs
- thêm Serilog, Seq, Elasticsearch, Application Insights sinks
- enrich logs với correlation ID, user context, request path
- request/response logging middleware
- redact sensitive data (password, token, PII) khỏi logs
- log levels per namespace (
Microsoft.EntityFrameworkCoredebug, app info) - distributed tracing với OpenTelemetry