For example:
sc-server --logfile="pwd/log_file.log"
will write out a log file in the current directory:
log-file.log
The key thing is that the command should create a log file with a '' but the resulting log file has a '-' instead. This becomes a problem particularly if a directory has a '' in it. It appears all values of commanline options have their '_' turned into '-'. This problem didn't exist in older versions of abbot.
For example: sc-server --logfile="
pwd
/log_file.log" will write out a log file in the current directory: log-file.logThe key thing is that the command should create a log file with a '' but the resulting log file has a '-' instead. This becomes a problem particularly if a directory has a '' in it. It appears all values of commanline options have their '_' turned into '-'. This problem didn't exist in older versions of abbot.