Improved logging using winston #111

Merged
OrdisPrime merged 3 commits from improved-logging-winston into main 2024-01-06 07:26:58 -08:00
OrdisPrime commented 2024-01-06 07:25:01 -08:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No description provided.