Add support for sending logs to a text file #1812
Closed
Marcelo (meareal)
started this conversation in
Ideas
Replies: 2 comments
|
Thank you for your suggestion, Marcelo (@meareal). We are now tracking this ask in #1818 |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In
developmentmode, 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
InvokeAsyncmethod.All reactions