What does sapphire's logger use on the backend?
Winston, pino, something else?
5 Replies
Colorette and console.log() ig
Solution
console.log/debug/error/warn etc
and yeah colorette for the colouring
aw thats kinda dissapointing
was hoping i could add transports
though i guess we/it can always migrate
you can override the default logger and pass in a new logger that adheres to the ILogger interface