Rename to avoid ambiguity with log component

This commit is contained in:
julienmalard 2025-02-17 15:37:05 +01:00
parent 3021ffcd6f
commit 1282aa6eeb

3
src/logger.js Normal file
View File

@ -0,0 +1,3 @@
import { logger } from "@libp2p/logger"
export const messageLog = logger("orbitdb")