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
# 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