Modification of journald configuration for minimal log saving
authorKunhoon Baik <knhoon.baik@samsung.com>
Wed, 10 Aug 2016 13:02:22 +0000 (22:02 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 24 Feb 2017 15:08:16 +0000 (16:08 +0100)
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

index 2541b94..946eba0 100644 (file)
 # 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