You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resource/opentelemetry-resource-detector-containerid/src/opentelemetry/resource/detector/containerid/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ def _get_container_id_v1():
41
41
break
42
42
43
43
exceptFileNotFoundErrorasexception:
44
-
logger.warning("Failed to get container id. Exception: %s", exception)
44
+
logger.debug("Failed to get container id. Exception: %s", exception)
45
45
returncontainer_id
46
46
47
47
@@ -66,7 +66,7 @@ def _get_container_id_v2():
66
66
break
67
67
68
68
exceptFileNotFoundErrorasexception:
69
-
logger.warning("Failed to get container id. Exception: %s", exception)
69
+
logger.debug("Failed to get container id. Exception: %s", exception)
0 commit comments