summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKunhoon Baik <knhoon.baik@samsung.com>2016-08-10 22:02:22 +0900
committerƁukasz Stelmach <l.stelmach@samsung.com>2017-02-24 16:08:16 +0100
commit76e05a06693a375707db1c08c0c7ce582a4b5ff0 (patch)
tree6f6aa459a0e4138e532fd7dce1fa7b8c44de214b /src
parent32b097a30fe39782cf1864d6ae55d3fb97b7bbc9 (diff)
downloadsystemd-76e05a06693a375707db1c08c0c7ce582a4b5ff0.tar.gz
systemd-76e05a06693a375707db1c08c0c7ce582a4b5ff0.tar.bz2
systemd-76e05a06693a375707db1c08c0c7ce582a4b5ff0.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/journal/journald.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/journal/journald.conf b/src/journal/journald.conf
index 2541b949be..946eba07ad 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