Enhance dapr run
to store logs temporarily for any run call
#1145
Labels
kind/enhancement
enhancement to an existing feature
P2
size/S
1 week of work
triaged/resolved
The issue has been triaged
Describe the proposal
Enhance
dapr run
to store logs temporarily for any runCurrently 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 generaldapr run
command also, it will allow us to later enhancedapr logs
to output logs from self hosted mode as well.Related to #1123
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: