From f683419a38cd936b26cddecc7ee992dd71b6a700 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 29 Sep 2016 15:22:25 +0800 Subject: configs: Minor adjustment to logging format --- fg21sim/configs/00-general.conf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/configs/00-general.conf.spec') diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 2c422bb..c1a0eb3 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -20,7 +20,7 @@ level = option("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", default="INFO") # Set the format of displayed messages -format = string(default="%(asctime)s %(name)-12s %(levelname)-8s %(message)s") +format = string(default="%(asctime)s [%(levelname)s] %(name)s: %(message)s") # Set the date/time format in messages (default: ISO8601) datefmt = string(default="%Y-%m-%dT%H:%M:%S") -- cgit v1.2.2