From 008914cd9c10633e1f4d04770184fb3412e171b7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 16 Oct 2017 15:28:26 +0800 Subject: configs: remove "filemode" option --- fg21sim/configs/00-general.conf.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fg21sim/configs/00-general.conf.spec') diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 8bd79de..3ecc822 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -127,7 +127,7 @@ ns = float(default=0.96, min=0.0) # debug: Detailed information, typically of interest only when diagnosing # problems. # info: Confirmation that things are working as expected. -# warning: An dinciation that something unexpected happended, or indicative +# warning: An indication that something unexpected happended, or indicative # of some problem in the near future (e.g., "disk space low"). # The software is still working as expected. # error: Due to a more serious problem, the software has not been able to @@ -145,8 +145,6 @@ datefmt = string(default="%H:%M:%S") # Set the logging filename (will create a `FileHandler`) # If set to "" (empty string), then the `FileHandler` will be disabled. filename = string(default="") -# Whether append messages to the above logging file instead of overwrite -appendmode = boolean(default=True) # Set the stream used to initialize the `StreamHandler` # If set to "" (empty string), then the `StreamHandler` will be disabled. -- cgit v1.2.2