Make the syslog prefix more specific.

- Legacy-Id: 4546
This commit is contained in:
Henrik Levkowetz 2012-06-28 19:19:29 +00:00
parent 007bf1959c
commit 30a8086b9b

View file

@ -6,7 +6,7 @@
import os
import syslog
syslog.openlog("django", syslog.LOG_PID, syslog.LOG_LOCAL0)
syslog.openlog("datatracker", syslog.LOG_PID, syslog.LOG_USER)
BASE_DIR = os.path.dirname(os.path.abspath(__file__))