Skip to content

Commit 9d9655f

Browse files
update1 (#4838)
1 parent b0f836d commit 9d9655f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WebJobs.Script.WebHost/NullMetricsPublisher.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public NullMetricsPublisher(ILogger<NullMetricsPublisher> logger)
1919

2020
public void AddFunctionExecutionActivity(string functionName, string invocationId, int concurrency, string executionStage, bool success, long executionTimeSpan, string executionId, DateTime eventTimeStamp, DateTime functionStartTime)
2121
{
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);
2422
}
2523
}
2624
}

0 commit comments

Comments
 (0)