From a00e95377260c4f84a8572e14f189f8f6c79214f Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 1 Sep 2017 18:57:22 +0800 Subject: configs/logging: print time only, without date --- fg21sim/configs/00-general.conf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim') 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. -- cgit v1.2.2