Skip to content

Commit b91656e

Browse files
committed
Removing syslog.openlog() from log.py; this is done in settings.py and shouldn't be overridden here.
- Legacy-Id: 892
1 parent 92f5944 commit b91656e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/utils/log.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import ietf
77
from django.conf import settings
88

9-
syslog.openlog("django", syslog.LOG_PID, syslog.LOG_USER)
10-
119
def getclass(frame):
1210
cls = None
1311
argnames, varargs, varkw, defaults = inspect.getargvalues(frame)

0 commit comments

Comments
 (0)