Browse Source

[Improve][rootfs][logrotate]

2021.02.02 / Folus Wen

Actions:
1. Log auto rotate size condition change from 50M to 10M.

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 4 years ago
parent
commit
f96f323c65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EVSE/rootfs/etc/logrotate.d/evse

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

@@ -1,7 +1,7 @@
 /Storage/**/*Log /Storage/**/*.log{
 	weekly
         rotate 24
-	size 50M
+	size 10M
         missingok
         compress
         notifempty