mirror of https://github.com/apache/druid.git
if chathandler is noop, log using warn instead of info
This commit is contained in:
parent
4c014c1574
commit
7361cd173f
|
@ -110,7 +110,7 @@ public class EventReceiverFirehoseFactory implements FirehoseFactory<MapInputRow
|
|||
chatHandlerProvider.get().register(serviceName.replaceAll(".*:", ""), firehose); // rofl
|
||||
}
|
||||
} else {
|
||||
log.info("No chathandler detected");
|
||||
log.warn("No chathandler detected");
|
||||
}
|
||||
|
||||
eventReceiverFirehoseRegister.register(serviceName, firehose);
|
||||
|
|
Loading…
Reference in New Issue