-
Notifications
You must be signed in to change notification settings - Fork 3
Delete Machine Logging Config (Debug, Info, and Error)
Maria Kalusz edited this page Mar 14, 2020
·
8 revisions
https://docs.microsoft.com/en-us/azure/azure-functions/functions-host-json https://docs.microsoft.com/en-us/azure/azure-functions/functions-monitoring
-
For the initial setup of delete machine, follow the wiki below.
-
Function URL
https://maria-fun-usw2-task141.azurewebsites.net/api/deleteRequest
-
Sample body
{ "MachineID": 1 }
-
Checking added logging in Application Invocation
-
Add the following configuration to the host.json file:
"logging": { "fileLoggingMode": "always", "logLevel": { "default": "Information", "Host.Results": "Error", "Function": "Trace", "Host.Aggregator": "Trace" } }