mirror of https://github.com/apache/druid.git
reduce noise in the logs (#5302)
This commit is contained in:
parent
f6749f1229
commit
d6f47eaf76
|
@ -72,7 +72,7 @@ public class ChannelResourceFactory implements ResourceFactory<String, ChannelFu
|
|||
@Override
|
||||
public ChannelFuture generate(final String hostname)
|
||||
{
|
||||
log.info("Generating: %s", hostname);
|
||||
log.debug("Generating: %s", hostname);
|
||||
URL url = null;
|
||||
try {
|
||||
url = new URL(hostname);
|
||||
|
|
Loading…
Reference in New Issue