Skip to content

Commit

Permalink
Removing syslog.openlog() from log.py; this is done in settings.py an…
Browse files Browse the repository at this point in the history
…d shouldn't be overridden here.

 - Legacy-Id: 892
  • Loading branch information
levkowetz committed Jul 16, 2007
1 parent 92f5944 commit b91656e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ietf/utils/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
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)
Expand Down

0 comments on commit b91656e

Please sign in to comment.