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 <pdhange@redhat.com>
This commit is contained in:
Prashant D 2021-09-28 06:30:07 +01:00
parent 99f1f0f4c0
commit 2260e9d711

View File

@ -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``