Upload etc/logrotate.d/alternatives with huggingface_hub
Browse files
etc/logrotate.d/alternatives
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/var/log/alternatives.log {
|
| 2 |
+
monthly
|
| 3 |
+
rotate 12
|
| 4 |
+
compress
|
| 5 |
+
delaycompress
|
| 6 |
+
missingok
|
| 7 |
+
notifempty
|
| 8 |
+
create 644 root root
|
| 9 |
+
}
|