aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/00-general.conf.spec
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-09-29 15:22:25 +0800
committerAaron LI <aaronly.me@outlook.com>2016-09-29 15:22:25 +0800
commitf683419a38cd936b26cddecc7ee992dd71b6a700 (patch)
tree4bf9b3eb94fabc9daacf4003885e516cace1cf9a /fg21sim/configs/00-general.conf.spec
parentac8f33b03846cf607ca19e7a83e5da80730bde9f (diff)
downloadfg21sim-f683419a38cd936b26cddecc7ee992dd71b6a700.tar.bz2
configs: Minor adjustment to logging format
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-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 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")