Enhance `dapr run` to store logs temporarily for any run call
Open
kind/enhancement
P2
size/S
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
## Describe the proposal
Enhance `dapr run` to store logs temporarily for any run
Currently the logs are only directly output to STDOUT and not written to a file. So cannot be queried from `dapr logs` command in self-hosted mode.
With `dapr run -f` storing the logs in the `` directory, if we have the capability added to the general `dapr run` command also, it will allow us to later enhance `dapr logs` to output logs from self hosted mode as well.
Related to #1123
## Release Note
RELEASE NOTE:
Contributor guide
Assessment
This issue has not been assessed yet.