@banackm wrote:As far as I know the option should consistently be called "Gather Debugging Information", not specifically a reference to logging. If there's somewhere we've documented that it's explicitly a logging option, let me know because that's probably a documentation or UI bug.
I can't find any docs about configuring mksSandbox.log at all, I would like to be able to dot he same like with the following statements:
log.fileName = "D:\VMware\tp-test-win10\Logs\vmware.log"
vix.log.fileName = "D:\VMware\tp-test-win10\Logs\vix.log"
vmx.log.fileName = "D:\VMware\tp-test-win10\Logs\vmx.log"
Nothing I tried works for mksSandbox.log:
mksSandbox.log.fileName = "D:\VMware\tp-test-win10\Logs\mksSandbox.log"
mksSandbox.logFileName = "D:\VMware\tp-test-win10\Logs\mksSandbox.log"
mks.log.fileName = "D:\VMware\tp-test-win10\Logs\mksSandbox.log"
mks.logFileName = "D:\VMware\tp-test-win10\Logs\mksSandbox.log"
Please make such configs available and/or document them properly.