catalystdao / generalised-relayer

Modular Relayer that works with multiple AMBs & Generalised Incentives
MIT License
10 stars 4 forks source link

[chore]: Add color to the logs #39

Open ajimeno04 opened 2 months ago

ajimeno04 commented 2 months ago

This PR ensures that logs are human-readable with colors and formatted timestamps, while maintaining machine-readability and performance in production. By introducing pino-pretty (a module from the already in-use logger library) and using a conditional statement, we achieve this goal.