Hi David, Extra logging lines can be added by using "log", for the Debug level is log.logDebug();
Cheers, Hans On 13 Mar 2024 at 00:12 +0100, David McNeill <[email protected]>, wrote: > So, probably more of a developer question... > > How do I add a log debug just prior to this > > execProcess(cmdArray.toArray(new String[0]), processResult); > > from source line 94 of > https://github.com/apache/hop/blob/47c8198d510f10e2707922d88cd2796d9b11e6eb/plugins/transforms/execprocess/src/main/java/org/apache/hop/pipeline/transforms/execprocess/ExecProcess.java
