Azure / Azure/azure-functions-host

Investigate blank system logs with eventsource related error

Open
#1,954 1 comment 0 reactions 1 assignee Assigned to @paulbatum View on GitHub
bug
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

Run the following against our system logs and you'll get a bunch of hits:

FunctionsLogs
| where PreciseTimeStamp > ago(1d)
| where Level == 0
| where Message startswith "message=\"EventSourceException"
| take 1000

They have a message column with value:
message="EventSourceException while processing event "RaiseFunctionsEventInfo""

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.