diff --git a/tracer/src/Datadog.Trace/Ci/CiEnvironment/CIEnvironmentValuesGenerics.cs b/tracer/src/Datadog.Trace/Ci/CiEnvironment/CIEnvironmentValuesGenerics.cs index 248b8a240e35..5ef2a39ef3e0 100644 --- a/tracer/src/Datadog.Trace/Ci/CiEnvironment/CIEnvironmentValuesGenerics.cs +++ b/tracer/src/Datadog.Trace/Ci/CiEnvironment/CIEnvironmentValuesGenerics.cs @@ -211,7 +211,7 @@ protected override void Setup(IGitInfo gitInfo) if (string.IsNullOrEmpty(defaultValue)) { - Log.Error("The Git repository couldn't be automatically extracted."); + Log.Warning("The Git repository couldn't be automatically extracted."); } // If not set use the default value @@ -245,7 +245,7 @@ protected override void Setup(IGitInfo gitInfo) if (string.IsNullOrEmpty(defaultValue)) { - Log.Error("The Git commit sha couldn't be automatically extracted."); + Log.Warning("The Git commit sha couldn't be automatically extracted."); } // If not set use the default value