File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " [4.0.0, 5.0.0)"
6
6
},
7
7
"extensions" : {
8
+ "tracing" : {
9
+ "traceInputsAndOutputs" : false ,
10
+ "traceReplayEvents" : false
11
+ },
8
12
"eventHubs" : {
9
13
"maxEventBatchSize" : 10 ,
10
14
"batchCheckpointFrequency" : 2 ,
22
26
},
23
27
"functions" : [ " Info" , " EventHubNodoReEventProcessor" ],
24
28
"logging" : {
29
+ "logLevel" : {
30
+ "default" : " Error" ,
31
+ "Function.EventHubNodoReEventProcessor" : " Warning"
32
+ },
25
33
"applicationInsights" : {
26
34
"samplingSettings" : {
27
- "isEnabled" : false
35
+ "isEnabled" : true ,
36
+ "maxTelemetryItemsPerSecond" : 5 ,
37
+ "includedTypes" : " PageView;Trace;Dependency;Request" ,
38
+ "excludedTypes" : " Exception;Event;CustomEvent"
28
39
}
29
- },
30
- "fileLoggingMode" : " always" ,
31
- "logLevel" : {
32
- "default" : " Information" ,
33
- "Host.Results" : " Error" ,
34
- "Function" : " Information" ,
35
- "Function.EventHubNodoReEventProcessor" : " Error" ,
36
- "Host.Aggregator" : " Trace"
37
40
}
38
41
}
39
42
}
You can’t perform that action at this time.
0 commit comments