more logging

This commit is contained in:
Wolfgang Hottgenroth 2009-02-21 21:02:18 +01:00
parent f54e70b012
commit 969e2b3f98
2 changed files with 3 additions and 1 deletions

View File

@ -45,5 +45,7 @@ class AdminFuncs(object):
newEntry = Entry.Entry(dynid, sharedSecret, subdomain, zone)
AdminFuncs.entries[dynid] = newEntry
Logger.log("Added: %s" % di)

View File

@ -50,7 +50,7 @@ CUSTOMERS_FILE = "/var/db/yadyn/customers"
ACTIONLOG_DIR = "/var/db/yadyn/actionlog"
ADMIN_PWD = 'test123'
DNS_DUMMY = False
DEBUG = False
DEBUG = True