-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or request
Description
Description
Replace the default ASP.NET Core logging system with Serilog to improve logging capabilities. Serilog provides structured logging, enabling better log filtering, correlation, and integration with external logging systems.
Acceptance Criteria
- Add Serilog as the primary logging provider.
- Configure Serilog with at least one sink (e.g., console, file, or Seq).
- Implement structured logging.
- Replace existing logging statements with Serilog’s API.
- Ensure logs capture critical application events and exceptions.
References
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or request