dm3-org / dm3

The dm3 protocol | New standard of web3 messaging | Decentralized ENS-based registry | Secure end-to-end encryption | Easy dApp integration

Home Page:https://dm3.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove winston in favor of console.log

malteish opened this issue · comments

Some backend code uses winston for logging, which leads to even more logger fragmentation. Refactor to use console.log instead, which provides all features we need.

Estimate: 1 day.