Skip to content

Commit 0ba605e

Browse files
ksauzzerrm
authored andcommitted
Change 'persistent' config example to false
`persistent true` setting could cause unexpected high IO utilization when systemd-journal already stores much logs. `persistent false` would be better in example.
1 parent adce456 commit 0ba605e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or
4444
read_from_head true
4545
<storage>
4646
@type local
47-
persistent true
47+
persistent false
4848
path kube-proxy.pos
4949
</storage>
5050
<entry>

0 commit comments

Comments
 (0)