Upload etc/logrotate.d/apt with huggingface_hub
Browse files- etc/logrotate.d/apt +16 -0
etc/logrotate.d/apt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/var/log/apt/term.log {
|
2 |
+
rotate 12
|
3 |
+
monthly
|
4 |
+
compress
|
5 |
+
missingok
|
6 |
+
notifempty
|
7 |
+
}
|
8 |
+
|
9 |
+
/var/log/apt/history.log {
|
10 |
+
rotate 12
|
11 |
+
monthly
|
12 |
+
compress
|
13 |
+
missingok
|
14 |
+
notifempty
|
15 |
+
}
|
16 |
+
|