From 7e594d58dc9cea9317b1e31b9cc161e2230900c9 Mon Sep 17 00:00:00 2001 From: Mark Bathori Date: Mon, 11 Mar 2024 14:37:24 +0100 Subject: [PATCH] NIFI-12884 Corrected documentation for python debugging This closes #8490 Signed-off-by: David Handermann --- nifi-nar-bundles/nifi-py4j-bundle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-py4j-bundle/README.md b/nifi-nar-bundles/nifi-py4j-bundle/README.md index 0a834880a1..df5292e4a5 100644 --- a/nifi-nar-bundles/nifi-py4j-bundle/README.md +++ b/nifi-nar-bundles/nifi-py4j-bundle/README.md @@ -46,7 +46,7 @@ This process is used to discover available Processors and to create Processors. The following properties may be added to nifi.properties in order to enable remote debugging of the Controller process: -`nifi.python.controller.debugpy.enable` : Indicates whether or not DebugPy should be used when launching hte Controller. +`nifi.python.controller.debugpy.enabled` : Indicates whether DebugPy should be used when launching the Controller. Defaults to `false`. If set to `true`, the Python process that is responsible for discovering and creating Processors will be launched using DebugPy.