Skip to content

Commit afb6042

Browse files
authored
Do not log context logs without invocation context (#4003)
1 parent 12d3f4b commit afb6042

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/WebJobs.Script/Rpc/LanguageWorkerChannel.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,6 @@ internal void Log(RpcEvent msg)
461461
}
462462
}, null);
463463
}
464-
else
465-
{
466-
_workerChannelLogger.Log(logLevel, new EventId(0, rpcLog.EventId), rpcLog.Message, null, (state, exc) => state);
467-
}
468464
}
469465

470466
internal void HandleWorkerError(Exception exc)

0 commit comments

Comments
 (0)