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 f7d4fee commit f562c15Copy full SHA for f562c15
src/lumigo_tracer/lumigo_utils.py
@@ -34,7 +34,7 @@
34
EDGE_HOST = "{region}.lumigo-tracer-edge." + EDGE_SUFFIX
35
EDGE_PATH = "/api/spans"
36
HTTPS_PREFIX = "https://"
37
-LOG_FORMAT = "#LUMIGO# - %(asctime)s - %(levelname)s - %(message)s"
+LOG_FORMAT = "#LUMIGO# - %(levelname)s - %(asctime)s - %(message)s"
38
SECONDS_TO_TIMEOUT = 0.5
39
COOLDOWN_AFTER_TIMEOUT_DURATION = datetime.timedelta(seconds=10)
40
LUMIGO_EVENT_KEY = "_lumigo"
0 commit comments