Currently there's no way to specify a blank value for property wrapper.logfile, which according to documentation would turn off file logging.
If I specify empty values for logs_dir and log_file_name, it would result in a stray /.
There should be a check if both values are empty, so that / is not inserted
Currently there's no way to specify a blank value for property
wrapper.logfile, which according to documentation would turn off file logging.If I specify empty values for
logs_dirandlog_file_name, it would result in a stray/.There should be a check if both values are empty, so that
/is not inserted