1  不记录日志

     

> /dev/null 2>&1

  

  

  2 日志记录追加到指定文件

    

>> /path/mylog.log  2>&1

  

相关文章: