From f634f5342caa094e6ce1a70c66a0292cb6dcbab0 Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Tue, 2 Apr 2019 17:23:49 +0800 Subject: [PATCH] Update logcli config Signed-off-by: Xiang Dai <764524258@qq.com> --- docs/logcli.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/logcli.md b/docs/logcli.md index 7df1956a4afd..04c5e9e71209 100644 --- a/docs/logcli.md +++ b/docs/logcli.md @@ -44,10 +44,8 @@ Common labels: {job="cortex-ops/consul", namespace="cortex-ops"} ### Configuration -You may use `--config=path/to/file` to load configuration options from a file. For an example file see `cmd/logcli/logcli-config.yaml` Configuration values are considered in the following order (lowest to highest): -- config file - environment value - command line @@ -66,7 +64,6 @@ Flags: --addr="" Server address, need to specify. --username="" Username for HTTP basic auth. --password="" Password for HTTP basic auth. - --config="" Configuration file for logcli. Commands: help [...]