From 6d2069c5b8ac00ba73e657c13587878d99762269 Mon Sep 17 00:00:00 2001 From: Danial Date: Wed, 21 May 2025 03:11:46 +0800 Subject: [PATCH] Standardizes the log message format --- core/filtermaps/indexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/filtermaps/indexer.go b/core/filtermaps/indexer.go index 02ae2b920d..a5f54889f0 100644 --- a/core/filtermaps/indexer.go +++ b/core/filtermaps/indexer.go @@ -40,7 +40,7 @@ func (f *FilterMaps) indexerLoop() { close(f.disabledCh) return } - log.Info("Started log indexer") + log.Info("Log indexer started") for !f.stop { // Note: acquiring the indexLock read lock is unnecessary here,