Azure / Azure/azure-functions-host
Investigate blank system logs with eventsource related error
Open
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
Assessment
This issue has not been assessed yet.