aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-09-01 18:57:22 +0800
committerAaron LI <aly@aaronly.me>2017-09-01 18:57:22 +0800
commita00e95377260c4f84a8572e14f189f8f6c79214f (patch)
tree157163f238febce4a5616a2467e7f7fd023148d0 /fg21sim
parentab7b6dd4c93a5130815ae4071f022b884979d91f (diff)
downloadfg21sim-a00e95377260c4f84a8572e14f189f8f6c79214f.tar.bz2
configs/logging: print time only, without date
Diffstat (limited to 'fg21sim')
-rw-r--r--fg21sim/configs/00-general.conf.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec
index ffc1acf..ecf1d17 100644
--- a/fg21sim/configs/00-general.conf.spec
+++ b/fg21sim/configs/00-general.conf.spec
@@ -136,7 +136,7 @@ level = option("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", default="INFO")
format = string(default="%(asctime)s [%(levelname)s] <%(name)s> %(message)s")
# Set the date/time format in messages
-datefmt = string(default="%Y-%m-%dT%H:%M:%S")
+datefmt = string(default="%H:%M:%S")
# Set the logging filename (will create a `FileHandler`)
# If set to "" (empty string), then the `FileHandler` will be disabled.