瀏覽代碼

[Improve][GPL][logrotate]

2022.07.27 / Folus Wen

Actions:
1. logrotate configuration change rotate file name without date text for /var/log.

Files:
1. As follow commit history

Image version: D0.00.XX.XXXX.XX
Image checksum: XXXXXXXX

Hardware PWB P/N : XXXXXXX
Hardware Version : XXXXXXX
FolusWen 2 年之前
父節點
當前提交
b6fae0a9dc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      EVSE/rootfs/etc/logrotate.d/evse

+ 1 - 0
EVSE/rootfs/etc/logrotate.d/evse

@@ -11,6 +11,7 @@
 /var/log/**/*.log{
 	daily
         rotate 3
+	nodateext
         size 3M
         missingok
         compress