You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by meareal October 13, 2023
In development mode, we get logs in the console. Ideally we would be able to log every request and response to a text file we specify in dab-config.json file.
In the past, I have added a middleware component to our custom Web APIs to log every request and every response in the InvokeAsync method.