cli
cli copied to clipboard
Enhance `dapr run` to store logs temporarily for any run call
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 <app-dir>
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:
This is fixed.