SLAVA

Results 6 comments of SLAVA

@prashantv Now, if I want to get level from zap, I need use this code: ``` func GetLevel(core zapcore.Core) zapcore.Level { if core.Enabled(zapcore.DebugLevel) { return zapcore.DebugLevel } if core.Enabled(zapcore.InfoLevel) {...

> Thanks for the contribution, @krupyansky, but adding a new method to an existing interface is a breaking change. We're not currently entertaining breaking changes to Zap. > > If...

Thank you for your response and feedback, @abhinav!

@appleboy @thinkerou approve the merge request please.

@appleboy please review the pull request, thanks!

@StevenACoffman I don't understand why stage "Format and Generate / fmt-and-lint (1.22) (pull_request)" failed I make command "generate ./..." in root folder of project and commit and push cnanges. But...