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 4a56ca7 commit 5fd729bCopy full SHA for 5fd729b
src/instana/instrumentation/logging.py
@@ -31,7 +31,7 @@ def log_with_instana(
31
stacklevel_in = kwargs.pop(
32
"stacklevel", 1 if get_runtime_env_info()[0] not in ["ppc64le", "s390x"] else 2
33
)
34
- stacklevel = stacklevel_in + 1 + (sys.version_info >= (3, 14))
+ stacklevel = stacklevel_in + 1
35
36
try:
37
# Only needed if we're tracing and serious log and logging spans are not disabled
0 commit comments