zhukovdm / smartwalk

🗺️ Web application for keyword-aware route search

Home Page:https://smartwalk.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`consola` logger occasionally repeats previous message

zhukovdm opened this issue · comments

The problem can be encountered during enrichment from the DbPedia knowledge graph. No further investigation has been done as the correctness of the output is not critical.

Actual output

> Fetched N entities for given 100 identifiers.            11:45:45 PM
> Fetched N entities for given 100 identifiers.            11:45:45 PM

Expected output

> Fetched M entities for given 100 identifiers.            11:45:42 PM
> Enriched N from this batch, enriched total X entities.   11:45:42 PM

The implemented stable solution is to prefer winston to consola.