size 1M
This commit is contained in:
parent
a2d2bd9b87
commit
48fb2c1481
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ metadata:
|
|||
data:
|
||||
logrotate.conf: |
|
||||
/openbao/logs/openbao/*.log {
|
||||
size 5k
|
||||
size 1M
|
||||
rotate 7
|
||||
compress
|
||||
missingok
|
||||
|
|
|
@ -29,7 +29,7 @@ server:
|
|||
- name: LOGROTATE_FILE_PATTERN
|
||||
value: "/openbao/logs/openbao/*.log"
|
||||
- name: LOGROTATE_FILESIZE
|
||||
value: "5k"
|
||||
value: "1M"
|
||||
- name: LOGROTATE_FILENUM
|
||||
value: "10"
|
||||
- name: CRON_EXPR
|
||||
|
|
Loading…
Reference in a new issue