logging: output is async - host/runtime can interrupt program output
Open
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Log output is seemingly async, meaning that the `context.log`s I add can be [interrupted by the Functions' runtime logging](https://gist.github.com/bnb/1000ab682a26f451456a552315616e3b#file-orbital-cannnon-txt-L67).
Ideally, these would execute in a synchronous manner so that my logging doesn't get mixed with the underlying Functions system logging.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.