We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f836d commit 9d9655fCopy full SHA for 9d9655f
src/WebJobs.Script.WebHost/NullMetricsPublisher.cs
@@ -19,8 +19,6 @@ public NullMetricsPublisher(ILogger<NullMetricsPublisher> logger)
19
20
public void AddFunctionExecutionActivity(string functionName, string invocationId, int concurrency, string executionStage, bool success, long executionTimeSpan, string executionId, DateTime eventTimeStamp, DateTime functionStartTime)
21
{
22
- _logger.LogDebug("Ignoring function activity metric: {functionName} {invocationId} {concurrency} {executionStage} {success} {executionTimeSpan} {executionId} {eventTimeStamp} {functionStartTime}",
23
- functionName, invocationId, concurrency, executionStage, success, executionTimeSpan, executionId, eventTimeStamp, functionStartTime);
24
}
25
26
0 commit comments