Skip to content

Commit 8205d3d

Browse files
ReadMe updated for future enhancements
1 parent c0a18c7 commit 8205d3d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,16 @@ By default, it uses Development environment with appsettings.Development.json.
7777
---
7878

7979
## 📌 Future Enhancements
80-
Phase 2 – Logging Integration
81-
Add Serilog (file + SQL Server sink).
8280

83-
Middleware for capturing unhandled exceptions.
84-
85-
Structured JSON logging support.
86-
87-
Phase 3 – API Documentation
88-
Add Swagger / Swashbuckle for documentation.
89-
90-
Optionally generate client SDK with NSwag.
81+
- **Phase 2 – Logging Integration**
82+
- Add Serilog (file + SQL Server sink).
83+
- Middleware for capturing unhandled exceptions.
84+
- Structured JSON logging support.
9185

86+
- **Phase 3 – API Documentation**
87+
- Add Swagger / Swashbuckle for documentation.
88+
- Optionally generate client SDK with NSwag.
89+
9290
---
9391

9492
## 📬 Sample API Requests
@@ -103,7 +101,13 @@ Content-Type: application/json
103101
"name": "Payment Service",
104102
"environment": "Production"
105103
}
104+
105+
```
106+
106107
Create Error Log
108+
109+
```bash
110+
107111
http POST /api/ErrorLogs
108112
Content-Type: application/json
109113

0 commit comments

Comments
 (0)