Removing syslog.openlog() from log.py; this is done in settings.py and shouldn't be overridden here.

- Legacy-Id: 892
This commit is contained in:
Henrik Levkowetz 2007-07-16 17:43:41 +00:00
parent 92f59449c7
commit b91656eb34

View file

@ -6,8 +6,6 @@ import os.path
import ietf
from django.conf import settings
syslog.openlog("django", syslog.LOG_PID, syslog.LOG_USER)
def getclass(frame):
cls = None
argnames, varargs, varkw, defaults = inspect.getargvalues(frame)