Function app logs timestamp changed after being consumed by Eventhub
Open
feature
Needs: Author feedback
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Function app logs timestamp changed after being consumed by Eventhub and it's only effected Function app when other resource types are following the same format. Function app should be following the standard.
The function app’s logs before being sent to event hub are in the following format (2023-11-30T16:30:15Z).
The issue is that after Splunk consumes the logs they appear to be in the following format (Tue Dec 13 14:04:48 2016).
After Eventhub consumed it, timestamp changed to : (2023-12-06T21:10:00.0000000Z)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.