From 76e05a06693a375707db1c08c0c7ce582a4b5ff0 Mon Sep 17 00:00:00 2001 From: Kunhoon Baik Date: Wed, 10 Aug 2016 22:02:22 +0900 Subject: [PATCH] Modification of journald configuration for minimal log saving There were several requirements for minimal disk log. Especially, Default Tizen tries to keep the the log size under 10MB because Tizen provides other logging system DLOG. Change-Id: I633bf5a15041da8f40f8cde66e488c1b14f25045 --- src/journal/journald.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/journal/journald.conf b/src/journal/journald.conf index 2541b94..946eba0 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -12,14 +12,14 @@ # See journald.conf(5) for details. [Journal] -#Storage=auto +Storage=persistent #Compress=yes #Seal=yes -#SplitMode=uid +SplitMode=none #SyncIntervalSec=5m #RateLimitIntervalSec=30s #RateLimitBurst=1000 -#SystemMaxUse= +SystemMaxUse=0 #SystemKeepFree= #SystemMaxFileSize= #SystemMaxFiles=100 -- 2.7.4