Azure / Azure/Azure-Functions

logging: output is async - host/runtime can interrupt program output

Open
#1,406 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.