From 2c1671f077f50afec2bc7356ebe77f34ed9a3691 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 9 Aug 2023 00:16:36 +0200 Subject: journald: set default level to warning My journals are still too messy. --- roles/journald/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/journald/tasks/main.yml b/roles/journald/tasks/main.yml index 2d7ce15..12c1152 100644 --- a/roles/journald/tasks/main.yml +++ b/roles/journald/tasks/main.yml @@ -6,7 +6,7 @@ dest: /etc/systemd/journald.conf section: Journal option: MaxLevelStore - value: notice + value: warning register: edited - name: Restart systemd-journald -- cgit v1.2.3