danielvegamyhre/minicache

Use zap logger on client side instead of native log package

Closed this issue · 1 comments

Logging should be handled consistently throughout the project. Server side logging is handled by Zap logger so the client should as well, instead of using the native log package.

Completed this