Improved logging using winston #111
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "improved-logging-winston"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Log functions have the following format: logger.level(string, object) - object should have a key that holds the object like { info: object }
available levels are:
logger.*
fatal,
error,
warn,
info,
http,
debug,
trace