feat: Add logging API for KIR and LUCY with error handling and logging services
PR Type
Enhancement
Description
-
Add logging API endpoints for KIR and LUCY systems
-
Implement comprehensive error handling with structured logging
-
Create dedicated service layers for log fetching
-
Remove deprecated LUCY contact endpoint
Diagram Walkthrough
flowchart LR
A["API Routes"] --> B["KIR Logs API"]
A --> C["LUCY Logs API"]
B --> D["KIR Logs Service"]
C --> E["LUCY Logs Service"]
D --> F["Database (KIRLogs)"]
E --> G["Database (LucyLogs)"]
B --> H["Logger Service"]
C --> H
D --> H
E --> H
File Walkthrough
Relevant files | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Enhancement |
|
||||||||||||
Miscellaneous |
|
Edited by Rashmi Gaddam