reduce noise in the logs (#5302)

This commit is contained in:
Himanshu 2018-01-26 15:10:02 -06:00 committed by Jonathan Wei
parent f6749f1229
commit d6f47eaf76
1 changed files with 1 additions and 1 deletions

View File

@ -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);