Normally, nohup save the output to nohup.out file. But you can change that using the following command:
nohup some_command > nohup_new_output.out 2>&1&