ethereum-optimism / core-utils

[Optimism] Various useful utilities.
MIT License
1 stars 7 forks source link

Safely add pino dependency and rewire logger.ts to use it #26

Closed snario closed 3 years ago

snario commented 3 years ago

The following is done:

This should maintain the same interface and reasonably visually similar log lines.

Future PRs will turn off pino-pretty usage by default and support configurable log destinations.