**Problem:** Zero visibility into application health or metrics for orchestration tools like Kubernetes. **Acceptance Criteria:** - [ ] Add `spring-boot-starter-actuator` to `pom.xml`. - [ ] Expose `/actuator/health` and `/actuator/info` endpoints. - [ ] Add structured `SLF4J` business logging inside `WorkoutService` and `AuthService` for tracing key events (e.g., "Workout created", "User registered").
Problem: Zero visibility into application health or metrics for orchestration tools like Kubernetes.
Acceptance Criteria:
spring-boot-starter-actuatortopom.xml./actuator/healthand/actuator/infoendpoints.SLF4Jbusiness logging insideWorkoutServiceandAuthServicefor tracing key events (e.g., "Workout created", "User registered").