Closed osmaczko closed 19 hours ago
Currently, the geth logger supports overriding log level, format, and writer at runtime. zap.Logger does not support it out of the box, to achieve similar functionality with zap.Logger, a custom zap.Core must be introduced.
Currently, the geth logger supports overriding log level, format, and writer at runtime. zap.Logger does not support it out of the box, to achieve similar functionality with zap.Logger, a custom zap.Core must be introduced.