From f02e6aa89d5a22182b5906ea7053eabc7d20ecb9 Mon Sep 17 00:00:00 2001
From: Isis Lovecruft <isis@torproject.org>
Date: Sat, 16 Feb 2013 23:21:50 +0000
Subject: Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy'
 to the default config creation template.

---
 src/leap/mx/util/config.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/leap/mx/util/config.py b/src/leap/mx/util/config.py
index 9bf90e8..cb548f6 100644
--- a/src/leap/mx/util/config.py
+++ b/src/leap/mx/util/config.py
@@ -83,6 +83,10 @@ def _create_config_file(conffile):
 #
 
 basic:
+    # Whether or not to log to file:
+    enable_logfile: True
+    # The name of the logfile:
+    logfile: mx.log
     # Where is the spoolfile of messages to encrypt?:
     spoolfile: /var/mail/encrypt_me
 advanced:
@@ -91,9 +95,9 @@ advanced:
     # Which port on localhost should postfix ask for UUIDs?:
     virtual_alias_map_port: 1348
     # Enable debugging output in the logger:
-    debug: true
+    debug: True
     # Print enough things really fast to make you look super 1337:
-    noisy: false
+    noisy: False
 
 """)
         conf.flush()
-- 
cgit v1.2.3