From 61d541b224635c3f213cccc0af7c7024885b7d61 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Aug 2017 09:44:23 +0800 Subject: configs: Default logging to INFO; remove a obsolete config option Signed-off-by: Aaron LI --- fg21sim/configs/00-general.conf.spec | 2 +- fg21sim/configs/20-extragalactic.conf.spec | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 8d84cc7..9d9847d 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -143,7 +143,7 @@ sigma8 = float(default=0.81, min=0.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="DEBUG") +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") diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index cb174f0..ddbabe6 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -63,11 +63,6 @@ # The index of the scaling relation b_index = float(default=1.5, min=0.0, max=3.0) - # Resolution for simulating each cluster templates, which are finally - # mapped to the all-sky HEALPix map if used. - # Unit: [arcsec] - resolution = float(default=30.0, min=5.0) - # Filename prefix for this component prefix = string(default="cluster") # Whether save this component to disk -- cgit v1.2.2