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.
2 parents 9d57a28 + 5fd729b commit 9497b07Copy full SHA for 9497b07
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