diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-29 15:22:25 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-29 15:22:25 +0800 |
commit | f683419a38cd936b26cddecc7ee992dd71b6a700 (patch) | |
tree | 4bf9b3eb94fabc9daacf4003885e516cace1cf9a /fg21sim/configs/00-general.conf.spec | |
parent | ac8f33b03846cf607ca19e7a83e5da80730bde9f (diff) | |
download | fg21sim-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.spec | 2 |
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") |