two-hundred / celerity

The backend toolkit that gets you moving fast
https://celerityframework.com
Apache License 2.0
0 stars 0 forks source link

Blueprint Framework - add logging with zap #12

Open fr3shw3b opened 1 year ago

fr3shw3b commented 1 year ago

Provide logging with a configurable zap logger for the blueprint framework. Users of the library should pass their own zap logger into the library at the top level.

Zap is blazing fast and aims to keep a low memory footprint so is a big advantage for systems built on top of the blueprint framework that need to operate at scale.

Resource provider developers should also use zap to be consistent and follow a similar logging strategy.