The documentation lists the wrapper.logfile property as allowing an empty value to disable logging, but this is not working. Looking at wrapper.c, it initializes the value using
logfilePath = getFileSafeStringProperty(properties, TEXT("wrapper.logfile"), TEXT("wrapper.log"));
If you include
wrapper.logfile=
in the settings it seems that this is not disabling logging, but causes it use the default log file instead!