瀏覽代碼

Update 0.1.7.md

Stefan Pejcic 1 年之前
父節點
當前提交
af735a8980
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      documentation/docs/changelog/0.1.7.md

+ 3 - 1
documentation/docs/changelog/0.1.7.md

@@ -46,11 +46,13 @@ Not yet released.
 
 ### Cron disable
 
-Users can now enable/disable cronjobs and execute them out of schedule.
+Users can now pause/unpause cronjobs and execute them out of schedule.
 
 ![screenshot](https://i.postimg.cc/brZwBnSG/2024-04-15-23-56.png)
 
 
+When troubleshooting cronjob, you can add ` >> /home/USERNAME/CRON.log 2>&1` in the cron command and output will be stored in the file everytine the cron is executed.
+
 -----
 
 ### Edit Admin Users