Skip to content

Enhance default logging implementing Serilog #185

@nanotaboada

Description

@nanotaboada

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

No one assigned

    Labels

    .NETPull requests that update .NET codeenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions