Skip to content

Commit

Permalink
Downgrade error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Nov 13, 2024
1 parent 1faff1a commit 15d822a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static LocalCustomSamplingRule[] BuildFromConfigurationString(
}
catch (Exception ex)
{
Log.Error(ex, "Unable to parse the trace sampling rules.");
Log.Warning(ex, "Unable to parse the trace sampling rules.");
}

return [];
Expand Down

0 comments on commit 15d822a

Please sign in to comment.