Don't store journald logs to disk
As they are already stored on disk by rsyslog.
This commit is contained in:
parent
606df65535
commit
85e691a0a2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
[Journal]
|
||||
Storage=volatile
|
||||
ForwardToSyslog=yes
|
||||
MaxLevelSyslog=debug
|
||||
|
|
Loading…
Reference in a new issue