Skip to content

Commit 30a8086

Browse files
committed
Make the syslog prefix more specific.
- Legacy-Id: 4546
1 parent 007bf19 commit 30a8086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import os
88
import syslog
9-
syslog.openlog("django", syslog.LOG_PID, syslog.LOG_LOCAL0)
9+
syslog.openlog("datatracker", syslog.LOG_PID, syslog.LOG_USER)
1010

1111
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
1212

0 commit comments

Comments
 (0)