mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Use standard component logger in ESExporter
This commit is contained in:
parent
d5a5a9d949
commit
793dbe48ad
1 changed files with 0 additions and 3 deletions
|
@ -64,9 +64,6 @@ public class ESExporter extends AbstractLifecycleComponent<ESExporter> implement
|
|||
final Discovery discovery;
|
||||
final String hostname;
|
||||
|
||||
// TODO: logger name is not good now. Figure out why.
|
||||
final ESLogger logger = ESLoggerFactory.getLogger(ESExporter.class.getName());
|
||||
|
||||
public final static DateTimeFormatter defaultDatePrinter = Joda.forPattern("date_time").printer();
|
||||
|
||||
boolean checkedForIndexTemplate = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue