Skip to content

Commit

Permalink
Merge pull request #105 from PerfectThymeTech/marvinbuss/update_logging
Browse files Browse the repository at this point in the history
Update Logging in host.json
  • Loading branch information
marvinbuss authored Jan 15, 2024
2 parents 981616d + ff7adb5 commit 502b19c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/function/host.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"fileLoggingMode": "debugOnly",
"logLevel": {
"default": "Information",
"Worker": "Information",
"Host": "Information",
"Function": "Information",
"Host.Aggregator": "Information"
"Host.Aggregator": "Information",
"Host.Results": "Information",
"Function": "Information"
},
"applicationInsights": {
"samplingSettings": {
Expand Down

0 comments on commit 502b19c

Please sign in to comment.