-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.databaseDatabase schema, migrations, queries, indexes, and persistence-related changes.Database schema, migrations, queries, indexes, and persistence-related changes.observabilityLogging, monitoring, auditing, metrics, and visibility into system behavior.Logging, monitoring, auditing, metrics, and visibility into system behavior.
Description
Description
Introduce the SystemLog domain model and persistence layer
backed by the system_logs table.
This forms the foundation for all observability and audit
logging in the system.
Acceptance Criteria
- JPA entity mapped to system_logs table
- Enum support for log_level
- Repository for persisting logs
- JSONB metadata support
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendServer-side logic, services, domain models, and business rules.Server-side logic, services, domain models, and business rules.databaseDatabase schema, migrations, queries, indexes, and persistence-related changes.Database schema, migrations, queries, indexes, and persistence-related changes.observabilityLogging, monitoring, auditing, metrics, and visibility into system behavior.Logging, monitoring, auditing, metrics, and visibility into system behavior.