cli icon indicating copy to clipboard operation
cli copied to clipboard

Enhance `dapr run` to store logs temporarily for any run call

Open mukundansundar opened this issue 2 years ago • 1 comments

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:

mukundansundar avatar Dec 06 '22 13:12 mukundansundar

This is fixed.

shivam-51 avatar May 29 '23 05:05 shivam-51