This commit is contained in:
2021-06-02 16:46:02 +02:00
parent 59f138a515
commit 66840a09e2

View File

@@ -52,7 +52,7 @@ Assurez vous que le fichier de log /var/log/error.log ne puisse pas grossir ind
```bash ```bash
# /etc/logrotate.d/error # /etc/logrotate.d/error
/var/log/error.log { /var/log/error.log {
roate 20 rotate 20
daily daily
} }
``` ```