Skip to content

Commit f562c15

Browse files
saartochner-lumigoCircleCI
andauthored
better log format (#233)
Co-authored-by: CircleCI <[email protected]>
1 parent f7d4fee commit f562c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lumigo_tracer/lumigo_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
EDGE_HOST = "{region}.lumigo-tracer-edge." + EDGE_SUFFIX
3535
EDGE_PATH = "/api/spans"
3636
HTTPS_PREFIX = "https://"
37-
LOG_FORMAT = "#LUMIGO# - %(asctime)s - %(levelname)s - %(message)s"
37+
LOG_FORMAT = "#LUMIGO# - %(levelname)s - %(asctime)s - %(message)s"
3838
SECONDS_TO_TIMEOUT = 0.5
3939
COOLDOWN_AFTER_TIMEOUT_DURATION = datetime.timedelta(seconds=10)
4040
LUMIGO_EVENT_KEY = "_lumigo"

0 commit comments

Comments
 (0)