NIFI-12884 Corrected documentation for python debugging

This closes #8490

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Mark Bathori 2024-03-11 14:37:24 +01:00 committed by exceptionfactory
parent 90c7dba34f
commit 7e594d58dc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 The following properties may be added to nifi.properties in order to enable remote debugging
of the Controller process: 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 Defaults to `false`. If set to `true`, the Python process that is responsible for discovering and creating Processors
will be launched using DebugPy. will be launched using DebugPy.