Skip to content

Running far2l with debug logging enabled

elfmz edited this page Aug 10, 2021 · 2 revisions

To run far2l and collect maximum debug logs, open terminal and define following environment variables:

export FAR2L_STD=/path/to/log
export NETROCKS_VERBOSE=9

..then start far2l from that terminal, logs will be written into /path/to/log also its possible to dump logs directly to terminal specifying - (dash) instead of path to log file, but this way will not work correctly if you gonna use TTY version of far2l or run far2l through open command under MacOS.

Clone this wiki locally