remove operation_id
This commit is contained in:
Родитель
89f8f9fcb5
Коммит
c0e9cb9b85
|
@ -16,7 +16,6 @@ namespace nsgFunc
|
|||
[Table("checkpoints", Connection = "AzureWebJobsStorage")] CloudTable checkpointTable,
|
||||
Binder nsgDataBlobBinder,
|
||||
string subId, string resourceGroup, string nsgName, string blobYear, string blobMonth, string blobDay, string blobHour, string blobMinute, string mac,
|
||||
ExecutionContext context,
|
||||
ILogger log)
|
||||
{
|
||||
string nsgSourceDataAccount = Util.GetEnvironmentVariable("nsgSourceDataAccount");
|
||||
|
@ -76,7 +75,7 @@ namespace nsgFunc
|
|||
}
|
||||
|
||||
//log.LogDebug(nsgMessagesString);
|
||||
log.LogInformation($"Sending {nsgMessagesString.Length} bytes downstream, operation_id = {context}.");
|
||||
log.LogInformation($"Sending {nsgMessagesString.Length} bytes downstream.");
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче