aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/elastic_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/indexer/code/elastic_search.go')
-rw-r--r--modules/indexer/code/elastic_search.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indexer/code/elastic_search.go b/modules/indexer/code/elastic_search.go
index 08b20b80a0..0f61c4e592 100644
--- a/modules/indexer/code/elastic_search.go
+++ b/modules/indexer/code/elastic_search.go
@@ -40,7 +40,7 @@ type ElasticSearchIndexer struct {
}
type elasticLogger struct {
- *log.Logger
+ log.Logger
}
func (l elasticLogger) Printf(format string, args ...interface{}) {