Removing locations logging in ResourceHttpRequestHandler
See gh-27575
This commit is contained in:
@@ -336,12 +336,6 @@ public class ResourceWebHandler implements WebHandler, InitializingBean {
|
||||
|
||||
this.locationsToUse.clear();
|
||||
this.locationsToUse.addAll(result);
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info(!this.locationsToUse.isEmpty() ?
|
||||
"Locations in use: " + locationToString(this.locationsToUse) :
|
||||
"0 locations in use.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -467,12 +467,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
|
||||
|
||||
this.locationsToUse.clear();
|
||||
this.locationsToUse.addAll(result);
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info(!this.locationsToUse.isEmpty() ?
|
||||
"Locations in use: " + locationToString(this.locationsToUse) :
|
||||
"0 locations in use.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user