ACCC1380 commited on
Commit
c3aaa1b
1 Parent(s): df878b4

Upload etc/logrotate.d/apt with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+