This commit is contained in:
Greg Oliver 2019-02-19 08:57:16 +00:00
Родитель da566e2680
Коммит 89f8f9fcb5
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -16,6 +16,7 @@ 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");
@ -74,7 +75,8 @@ namespace nsgFunc
throw ex;
}
log.LogDebug(nsgMessagesString);
//log.LogDebug(nsgMessagesString);
log.LogInformation($"Sending {nsgMessagesString.Length} bytes downstream, operation_id = {context}.");
try
{