Change path to log file?

When using commandline arguments, is it possible to define where the log-file is saved?

direct=1&closeBrowser=0&savelog="C:\path\to\log.txt"

Short answer: Not yet

Longer answer:

Browser extensions are only allowed to write (“download”) to the download folder, as specified in the Chrome or Firefox settings.

Now, since Kantu has the file access module, we could actually write anywhere, but we did not implement this feature for the “-savelog” switch yet.

Thank you, understood.