diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-17 22:44:30 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-17 22:44:30 +0800 |
commit | 0b92218c5b815abf9c9e7cb8168a1d2f01912eb8 (patch) | |
tree | cb093d288a70f001698656085c3983ce79290c5c /fg21sim/configs | |
parent | aa34cd9d5fc82442d852c3a89e09b0bb978a4096 (diff) | |
download | fg21sim-0b92218c5b815abf9c9e7cb8168a1d2f01912eb8.tar.bz2 |
configs: Update logging message format
* Also update the logging messages styles for the Web UI
* Show a modal notification when the task finished.
Diffstat (limited to 'fg21sim/configs')
-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 0a84673..42900c1 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -108,7 +108,7 @@ OmegaM0 = float(default=0.27, min=0.0, max=1.0) level = option("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", default="INFO") # Set the format of displayed messages -format = string(default="%(asctime)s [%(levelname)s] %(name)s: %(message)s") +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") |