mirror of
https://github.com/status-im/status-go.git
synced 2025-03-02 15:41:08 +00:00
Geth logger allows overriding the log level, format and writer at runtime. To make it interchangeable with zap.Logger, a custom zap.Core has been introduced to enable these features as well. closes: #6023