microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Add Request Logging with Supportability Headers #54

Closed atefsaw closed 3 months ago

atefsaw commented 3 months ago

This PR introduces request logging for the CRUD and JOBS controllers in the code sample. The logging includes important request details along with specific headers. This enhancement improves the observability of the API endpoints by providing detailed request logs, which include critical headers for tracking and debugging purposes.

For reference, read more here: Request Headers (Fabric's workload development kit supportability documentation).