mirror of https://github.com/apache/druid.git
Fixing a typo in logger initialization (#7341)
This commit is contained in:
parent
bca40dcdaf
commit
105b4fa237
|
@ -54,7 +54,7 @@ import java.util.concurrent.Executor;
|
|||
)
|
||||
public class CliRealtimeExample extends ServerRunnable
|
||||
{
|
||||
private static final Logger log = new Logger(CliBroker.class);
|
||||
private static final Logger log = new Logger(CliRealtimeExample.class);
|
||||
|
||||
@Inject
|
||||
private Properties properties;
|
||||
|
|
Loading…
Reference in New Issue