We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007bf19 commit 30a8086Copy full SHA for 30a8086
1 file changed
ietf/settings.py
@@ -6,7 +6,7 @@
6
7
import os
8
import syslog
9
-syslog.openlog("django", syslog.LOG_PID, syslog.LOG_LOCAL0)
+syslog.openlog("datatracker", syslog.LOG_PID, syslog.LOG_USER)
10
11
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
12
0 commit comments