Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#cron_task 0 0 * * * php /var/www/mysite/for_test_cron.php >> /var/www/mysite/log.txt 2>> /var/www/mysite/error_log.txt
log.txt 文件是正确的
error_log.txt 文件以这种格式保存:
'error_log.txt'$'\r'
输出文件不正确且不可读。如何解决?