veza/veza-backend-api/internal/logging
senke e1cf8472b6 [BE-SVC-015] be-svc: Implement logging aggregation
- Added HTTP writer for centralized log collection (Loki-compatible)
- Created AggregationConfig with batch processing and flush intervals
- Integrated with existing zap logger using multi-core approach
- Added environment variables for configuration (LOG_AGGREGATION_ENABLED, LOG_AGGREGATION_ENDPOINT, etc.)
- Added unit tests for aggregation functionality
- Updated config.go to initialize logger with aggregation if enabled

Phase: PHASE-6
Priority: P2
Progress: 111/267 (41.57%)
2025-12-24 16:58:58 +01:00
..
log_level_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
logger.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
logger_aggregation.go [BE-SVC-015] be-svc: Implement logging aggregation 2025-12-24 16:58:58 +01:00
logger_aggregation_test.go [BE-SVC-015] be-svc: Implement logging aggregation 2025-12-24 16:58:58 +01:00
logger_performance_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
logger_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00
rotation_test.go adding initial backend API (Go) 2025-12-03 20:29:37 +01:00