Menu

#302 wrapper.logfile not properly implemented (or documented)

v3.5.23
open
nobody
BUG (1) INIT (1)
5
2017-08-08
2017-08-08
Tom Saul
No

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!

Discussion


Log in to post a comment.