Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sarat Vemulapalli <vemsarat@amazon.com>
  • Loading branch information
saratvemulapalli committed Jan 30, 2024
1 parent ad069de commit 1f13238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ protected String requestUniqueId(final HttpExchange exchange) {
@SuppressForbidden(reason = "this test uses a HttpServer to emulate an Azure endpoint")
private static class AzureHTTPStatsCollectorHandler extends HttpStatsCollectorHandler {

private final Logger testLogger = LogManager.getLogger("AzureStatsLogger");
private static final Logger testLogger = LogManager.getLogger("AzureHTTPStatsCollectorHandler");
private static final Pattern listPattern = Pattern.compile("GET /[a-zA-Z0-9]+\\??.+");
private static final Pattern getPattern = Pattern.compile("GET /[^?/]+/[^?/]+\\??.*");

Expand Down

0 comments on commit 1f13238

Please sign in to comment.