ATLAS-4827 : Clean Atlas application log
Signed-off-by: Pinal Shah <pinal.shah@freestoneinfotech.com>
This commit is contained in:
parent
f4f9d62330
commit
cd3ab82627
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue