Run Process in Background and Redirect Output to a Log – The Ease Way

$ some_cmd > some_cmd.log 2>&1 &

Source: https://unix.stackexchange.com/a/106641