mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: log timestamps in ISO format
This commit is contained in:
3
src/Utils/logger.ts
Normal file
3
src/Utils/logger.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import P from 'pino'
|
||||
|
||||
export default P({ timestamp: () => `,"time":"${new Date().toJSON()}"` })
|
||||
Reference in New Issue
Block a user