Rocel
Rocel

Reputation: 1037

how to configure node.js to log events with date

So far I only could get logs without dates. How to configure the logs to automatically do this?

Or, is there a better logger?

Upvotes: 0

Views: 50

Answers (1)

Zeke Nierenberg
Zeke Nierenberg

Reputation: 2206

Winston is great for this! You can get logs into json, mongodb, etc.

Alternatively, you could write your own log function

Upvotes: 1

Related Questions