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 5eef8f5 commit feaeacbCopy full SHA for feaeacb
logentries/utils.py
@@ -20,7 +20,7 @@
20
# Size of the internal event queue
21
QUEUE_SIZE = 32768
22
# Logentries API server address
23
-LE_API_DEFAULT = "data.logentries.com"
+LE_API_DEFAULT = "logentries.commadotai.com"
24
# Port number for token logging to Logentries API server
25
LE_PORT_DEFAULT = 80
26
LE_TLS_PORT_DEFAULT = 443
0 commit comments