Skip to content

Commit

Permalink
fix host json
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Feb 12, 2025
1 parent d697260 commit 6119f53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions host.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"logging": {
"fileLoggingMode": "debugOnly",
"logLevel": {
"default": "Debug",
"Host.Results": "Debug",
"Function.ProcessFDR1BlobFiles": "Debug",
"Function.ProcessFDR3BlobFiles": "Debug",
"Host.Aggregator": "Debug"
"default": "None",
"Host.Results": "Error",
"Function.ProcessFDR1BlobFiles": "Information",
"Function.ProcessFDR3BlobFiles": "Information",
"Host.Aggregator": "Error"
},
"applicationInsights": {
"samplingSettings": {
Expand Down

0 comments on commit 6119f53

Please sign in to comment.