busybox: Fix cron log level to match previous behavior
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 1 Dec 2024 11:07:05 +0000 (13:07 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 5 Dec 2024 20:16:55 +0000 (21:16 +0100)
commitfc0c518a88e68d3deef04bec73b33d35186d6546
tree6c1fae221f56e05f3b2ca1b892c7a1a11fa6dc9c
parent89bb4050f7c555db4738f52d22f51ddb94875d4f
busybox: Fix cron log level to match previous behavior

Change the cron log level in init script from 5 to 7
in order to match previous log behavior and to avoid
log spam every minute.

Busybox cron only uses levels 5,7,8, where 5 is debug and
7 and 8 are normal logging. Use 7 as default.

(Fun note: this is needed because upstream corrected an
ancient bug in their own log level handling and now 5 actually
means something.)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Link: https://github.com/openwrt/openwrt/pull/17107
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/utils/busybox/Makefile
package/utils/busybox/files/cron