diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-16 15:28:26 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-16 15:28:26 +0800 |
commit | 008914cd9c10633e1f4d04770184fb3412e171b7 (patch) | |
tree | 3b809099b0ab75bbc51a28b88d41db43a8d3cd80 /fg21sim/configs/00-general.conf.spec | |
parent | 62a6a5a15a759da45cec210babbca52ca27a25b5 (diff) | |
download | fg21sim-008914cd9c10633e1f4d04770184fb3412e171b7.tar.bz2 |
configs: remove "filemode" option
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 |
1 files changed, 1 insertions, 3 deletions
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. |