From 2260e9d711fcf61e5530f7dd9d420b14e174f03a Mon Sep 17 00:00:00 2001 From: Prashant D Date: Tue, 28 Sep 2021 06:30:07 +0100 Subject: [PATCH] doc/dev/config: Replace invalid config debug-pg There is no such '--debug-pg' configuration option available, use '--debug-monc' instead. Signed-off-by: Prashant D --- doc/dev/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/config.rst b/doc/dev/config.rst index a42cf3c29f1..9cb20aee7e8 100644 --- a/doc/dev/config.rst +++ b/doc/dev/config.rst @@ -12,7 +12,7 @@ How can the configuration be set? Well, there are several sources: - command line arguments:: --debug-ms=1 - --debug-pg=10 + --debug-monc=10 etc. - arguments injected at runtime using ``injectargs`` or ``config set``