From 20c2de3736d127bdb5b087d495eae63d6d74c907 Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Thu, 22 Jul 2021 15:08:13 -0700 Subject: [PATCH] Fix profiling flag example (#1675) Co-authored-by: Mark Fussell --- .../en/operations/troubleshooting/profiling-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/troubleshooting/profiling-debugging.md b/daprdocs/content/en/operations/troubleshooting/profiling-debugging.md index a803bd9fa..c86a97640 100644 --- a/daprdocs/content/en/operations/troubleshooting/profiling-debugging.md +++ b/daprdocs/content/en/operations/troubleshooting/profiling-debugging.md @@ -21,7 +21,7 @@ To enable profiling in Standalone mode, pass the `--enable-profiling` and the `- Note that `profile-port` is not required, and if not provided Dapr will pick an available port. ```bash -dapr run --enable-profiling true --profile-port 7777 python myapp.py +dapr run --enable-profiling --profile-port 7777 python myapp.py ``` ### Kubernetes