We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddb821 commit 1636d9aCopy full SHA for 1636d9a
1 file changed
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