Logs and Audit Trails
Log output is sent to stdout/stderr. There is no option to change the log destination. You should use bash pipes instead, for example:
./link-redirector > logs.txt 2>&1
Log output is sent to stdout/stderr. There is no option to change the log destination. You should use bash pipes instead, for example:
./link-redirector > logs.txt 2>&1