This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 105b4fa Fixing a typo in logger initialization (#7341)
105b4fa is described below
commit 105b4fa2379a1f83dab4755d563f11c547c2893e
Author: Puneet Jaiswal <[email protected]>
AuthorDate: Tue Mar 26 09:38:28 2019 -0700
Fixing a typo in logger initialization (#7341)
---
services/src/main/java/org/apache/druid/cli/CliRealtimeExample.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/src/main/java/org/apache/druid/cli/CliRealtimeExample.java
b/services/src/main/java/org/apache/druid/cli/CliRealtimeExample.java
index 64ad5e0..733ac74 100644
--- a/services/src/main/java/org/apache/druid/cli/CliRealtimeExample.java
+++ b/services/src/main/java/org/apache/druid/cli/CliRealtimeExample.java
@@ -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;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]