Standardizes the log message format

This commit is contained in:
Danial 2025-05-21 03:11:46 +08:00
parent 63740b7aca
commit 6d2069c5b8

View file

@ -40,7 +40,7 @@ func (f *FilterMaps) indexerLoop() {
close(f.disabledCh) close(f.disabledCh)
return return
} }
log.Info("Started log indexer") log.Info("Log indexer started")
for !f.stop { for !f.stop {
// Note: acquiring the indexLock read lock is unnecessary here, // Note: acquiring the indexLock read lock is unnecessary here,