Skip to content

Commit

Permalink
[NOD-473] fix: lowered log level on Function events
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Sep 20, 2023
1 parent 0693fc5 commit 68348f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions host.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"fileLoggingMode": "always",
"logLevel": {
"default": "Debug",
"Host.Results": "Information",
"Function": "Error",
"Function.EventHubNodoReEventProcessor": "Debug",
"default": "Information",
"Host.Results": "Error",
"Function": "Information",
"Function.EventHubNodoReEventProcessor": "Error",
"Host.Aggregator": "Trace"
}
}
Expand Down

0 comments on commit 68348f2

Please sign in to comment.