We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4496df1 commit 8a113adCopy full SHA for 8a113ad
1 file changed
src/main/java/com/datadog/ServerlessCompatAgent.java
@@ -74,7 +74,6 @@ public static CloudEnvironment getEnvironment() {
74
}
75
76
if (detected.isEmpty()) {
77
- log.error("No cloud environment detected");
78
return CloudEnvironment.UNKNOWN;
79
80
if (detected.size() > 1) {
@@ -83,7 +82,6 @@ public static CloudEnvironment getEnvironment() {
83
82
84
85
CloudEnvironment environment = detected.get(0);
86
- log.debug("Detected cloud environment: {}", environment);
87
return environment;
88
89
0 commit comments