Skip to content

No logging (ILogger) anywhere in the application #27

@al2devph

Description

@al2devph

Description

No ILogger is injected in any controller or service. Failures, authentication events, and data operations are completely invisible in production. There is no observability into application behavior.

Affected Files

  • All controllers and services

Suggested Fix

Inject ILogger<T> into all controllers and services. Log meaningful events:

  • Authentication successes/failures
  • Resource creation/modification/deletion
  • Exceptions and error conditions

Severity: Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    architecturalStructural and design issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions