summaryrefslogtreecommitdiff
path: root/config/global/logging.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-14 02:40:47 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-20 02:08:29 (GMT)
commit3e4d4870c9b7506c7a114fdb8789f78fd551c171 (patch)
treea6289993f026feb3a83ca98621d7f5297cf4f232 /config/global/logging.in
parent955f5bc0b8a879ba5d1b9a65a31cc235c9fd9be8 (diff)
Simplify config saving.
Instead of hardcoding defaults in saveSample.sh.in, have the same defaults in config. Then we can just remove them when saving the config.
Diffstat (limited to 'config/global/logging.in')
-rw-r--r--config/global/logging.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/global/logging.in b/config/global/logging.in
index 0c77e88..a7e7696 100644
--- a/config/global/logging.in
+++ b/config/global/logging.in
@@ -5,8 +5,7 @@ comment "Logging"
choice
bool
prompt "Maximum log level to see:"
- default LOG_INFO if !DEBUG_CT
- default LOG_DEBUG if DEBUG_CT
+ default LOG_EXTRA
config LOG_ERROR
bool