diff options
author | Dan Streetman <ddstreet@canonical.com> | 2019-07-15 09:56:24 -0400 |
---|---|---|
committer | Dan Streetman <ddstreet@canonical.com> | 2020-02-10 07:01:30 -0500 |
commit | c5673ed0de3bec38f68d8113d253842b47766e27 (patch) | |
tree | ab275a4760e03c667da4702f99fc096944b90cf6 /src/core/system.conf.in | |
parent | 2526af6ddde359cc2ac9e475f3dc6effde2e25af (diff) | |
download | systemd-c5673ed0de3bec38f68d8113d253842b47766e27.tar.gz |
log: add support for prefixing console log messages with current timestamp
Diffstat (limited to 'src/core/system.conf.in')
-rw-r--r-- | src/core/system.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/system.conf.in b/src/core/system.conf.in index 8112125468..40bb548887 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -16,6 +16,7 @@ #LogTarget=journal-or-kmsg #LogColor=yes #LogLocation=no +#LogTime=no #DumpCore=yes #ShowStatus=yes #CrashChangeVT=no |