From af735a8980a684d44089c4edc93164706f641a1d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 26 Apr 2024 21:50:56 +0200 Subject: [PATCH] Update 0.1.7.md --- documentation/docs/changelog/0.1.7.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 7c7e341d..226649ed 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/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