File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff 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+
106107Create Error Log
108+
109+ ` ` ` bash
110+
107111http POST /api/ErrorLogs
108112Content-Type: application/json
109113
You can’t perform that action at this time.
0 commit comments