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:
parent
92f59449c7
commit
b91656eb34
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue