You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for how to control the log levels and Auntie Google directed me to (1) and (2).
I tried applying the instructions on (1) and (2) with dapr run --log-level debug -f . It didn't work - the applied log levels didn't change (the fact that it didn't work is not the issue that I am reporting).
After looking some more, I discovered (3). When I applied the instructions in (3) I got the logging that I wanted.
My issue is that (1) and (2) are phrased in such a way as to indicate (at least to me) that they describe a way that works for all dapr run commands and that no other configuration is required.
Expected content
I suggest that the content of (1) and (2) be changed to indicate that dapr run with multi-app configuration (so -f ?) is configured differently and that some of the information provided on (1) and (2) is not applicable to running dapr run -f and that the user be directed to, or at least provided with a link to, (3).
Screenshots
N/A
Additional context
IMHO, While the README.md for the quickstart does reference (3), I think (1) and (2) should also reference it.
The text was updated successfully, but these errors were encountered:
Describe the issue
I was trying out the quickstart sample at https://github.com/dapr/quickstarts/tree/master/pub_sub/java/sdk and I was trying to get more logging from the dapr runtime (daprd).
I searched for how to control the log levels and Auntie Google directed me to (1) and (2).
I tried applying the instructions on (1) and (2) with
dapr run --log-level debug -f .
It didn't work - the applied log levels didn't change (the fact that it didn't work is not the issue that I am reporting).After looking some more, I discovered (3). When I applied the instructions in (3) I got the logging that I wanted.
My issue is that (1) and (2) are phrased in such a way as to indicate (at least to me) that they describe a way that works for all
dapr run
commands and that no other configuration is required.URL of the docs
Expected content
I suggest that the content of (1) and (2) be changed to indicate that
dapr run
with multi-app configuration (so-f
?) is configured differently and that some of the information provided on (1) and (2) is not applicable to runningdapr run -f
and that the user be directed to, or at least provided with a link to, (3).Screenshots
N/A
Additional context
IMHO, While the README.md for the quickstart does reference (3), I think (1) and (2) should also reference it.
The text was updated successfully, but these errors were encountered: