ATLAS-4827 : Clean Atlas application log

Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
vinayak.marraiya 2024-03-01 15:24:18 +05:30 committed by Pinal Shah
parent f4f9d62330
commit cd3ab82627
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class ActiveServerFilter implements Filter {
if(requestURI.contains("/admin/")) {
for (String s : adminUriNotFiltered) {
if (requestURI.contains(s)) {
LOG.error("URL not supported in HA mode: {}", requestURI);
LOG.trace("URL not supported in HA mode: {}", requestURI);
return false;
}
}