From 11d8653e5a063d5cebef21ccbf3ca88709951f65 Mon Sep 17 00:00:00 2001 From: Phillip Morton Date: Thu, 3 Dec 2020 18:55:25 +0000 Subject: [PATCH] Update dapr-run.md (#974) Co-authored-by: Mark Chmarny --- daprdocs/content/en/reference/cli/dapr-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/cli/dapr-run.md b/daprdocs/content/en/reference/cli/dapr-run.md index df62029ca..e86842c34 100644 --- a/daprdocs/content/en/reference/cli/dapr-run.md +++ b/daprdocs/content/en/reference/cli/dapr-run.md @@ -50,7 +50,7 @@ dapr run --app-id myapp | `--enable-profiling` | | `false` | Enable `pprof` profiling via an HTTP endpoint | `--help`, `-h` | | | Print this help message | | `--image` | | | The image to build the code in. Input is: `repository/image` | -| `--log-level` | | `info` | The log verbosity. Valid values are: `debug`, `info`, `warning`, `error`, `fatal`, or `panic` | +| `--log-level` | | `info` | The log verbosity. Valid values are: `debug`, `info`, `warn`, `error`, `fatal`, or `panic` | | `--placement-host-address` | `DAPR_PLACEMENT_HOST` | `localhost` | The host on which the placement service resides | | `--profile-port` | | `7777` | The port for the profile server to listen on |