🎨 logging

This commit is contained in:
Liang Ding 2022-07-01 09:44:56 +08:00
parent 0c20b33703
commit 0f4e280805
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -144,7 +144,7 @@ func init() {
eventbus.Subscribe(dejavu.EvtSyncAfterDownloadCloudIndexes, func(context map[string]interface{}, indexes []*entity.Index) {
util.LogInfof("Downloaded indexes [len=%d]", len(indexes))
for _, index := range indexes {
util.LogInfof("Index [%s]", index.ID)
util.LogInfof(" [%s]", index.ID)
}
})