Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfgo committed Oct 1, 2024
1 parent c7a4a6a commit e27d581
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private void ModifyDateTimeParam(List<string> paramNames, HttpMessage message)
} else {
_logger.LogWarning("Failed to modify parameters {Parms}", string.Join("and ", paramNames));
}
_logger.LogWarning("Final url is {URI}", message.Request.Uri.ToString());

Check notice on line 57 in src/Promitor.Integrations.AzureMonitor/HttpPipelinePolicies/ModifyOutgoingAzureMonitorRequestsPolicy.cs

View check run for this annotation

codefactor.io / CodeFactor

src/Promitor.Integrations.AzureMonitor/HttpPipelinePolicies/ModifyOutgoingAzureMonitorRequestsPolicy.cs#L57

A closing brace should not be preceded by a blank line. (SA1508)
}
}
Expand Down

0 comments on commit e27d581

Please sign in to comment.