Skip to content

Commit

Permalink
Do not log context logs without invocation context (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnagopa authored Jan 25, 2019
1 parent 12d3f4b commit afb6042
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/WebJobs.Script/Rpc/LanguageWorkerChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,6 @@ internal void Log(RpcEvent msg)
}
}, null);
}
else
{
_workerChannelLogger.Log(logLevel, new EventId(0, rpcLog.EventId), rpcLog.Message, null, (state, exc) => state);
}
}

internal void HandleWorkerError(Exception exc)
Expand Down

0 comments on commit afb6042

Please # to comment.