aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-21 10:55:19 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-21 10:55:19 +0800
commit1d8584da1d62b605349a198182d0d720049403b1 (patch)
tree764d4aa834022aebb1cc6b9f9df7d1f09076f992
parent46f4e5f5921124b357499f98a8f9781585992f4f (diff)
downloadfg21sim-1d8584da1d62b605349a198182d0d720049403b1.tar.bz2
configs: Change default logging level to "DEBUG"
-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 ae7fb30..e4d7bc2 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)
# perform some function.
# CRITICAL: A serious error, indicating that the program itself may be unable
# to continue running.
-level = option("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", default="INFO")
+level = option("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL", default="DEBUG")
# Set the format of displayed messages
format = string(default="%(asctime)s [%(levelname)s] <%(name)s> %(message)s")