mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
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…
x
Reference in New Issue
Block a user