[#1687] *: Perform go fmt
using go v1.19
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
37ab26bfa9
commit
30341f2192
25 changed files with 114 additions and 112 deletions
|
@ -34,9 +34,9 @@ func (p *Prm) SetLevelString(s string) error {
|
|||
// NewLogger constructs a new zap logger instance.
|
||||
//
|
||||
// Logger is built from production logging configuration with:
|
||||
// * parameterized level;
|
||||
// * console encoding;
|
||||
// * ISO8601 time encoding.
|
||||
// - parameterized level;
|
||||
// - console encoding;
|
||||
// - ISO8601 time encoding.
|
||||
//
|
||||
// Logger records a stack trace for all messages at or above fatal level.
|
||||
func NewLogger(prm Prm) (*Logger, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue