Explorar o código

Multiple logging sextion in default config

Corentin Le Bail %!s(int64=15) %!d(string=hai) anos
pai
achega
35e277252b
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      radicale/config.py

+ 1 - 5
radicale/config.py

@@ -63,11 +63,7 @@ INITIAL_CONFIG = {
 	"authLdap": {
 		"LDAPServer": "127.0.0.1",
 		"LDAPPrepend": "uid=",
-		"LDAPAppend": "ou=users,dc=example,dc=com"},
-	"logging": {
-		"logfile": os.path.expanduser("~/.config/radicale/radicale.log"),
-		"facility": "error"}
-	}
+		"LDAPAppend": "ou=users,dc=example,dc=com"}}
 
 # Create a ConfigParser and configure it
 _CONFIG_PARSER = ConfigParser()