Logging
Log every output and command into a file
There are two ways to log results:
Using the nxc.conf file
Set "log_mode = True"
This will log everything
Using the option
--log
fileThis will log only the current command
You can use both at the same time if you wish to log to two separate files
Last updated