Azure / Azure/azure-functions-core-tools
func run: host shutdown closes TTY before worker error logs can be read
Open
enhancement
v5
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 15
Description
## `func run`
If there is an issue with the worker, the host shuts down and the TTY session ends before I have a chance to read the logs.
### Workaround
Use `--output plain`.
### Repro
```
> f5 run dotnetapp
Azure Functions host stopped after 00:00:06
0 functions · 0 invocations · 0 errors
```
Contributor guide
Assessment
This issue has not been assessed yet.