执行nohup python main.py runserver &, 终端日志就会输出到nohup.out文件中。可以使用tail -f nohup.out 动态观察文件变化

相关文章: