2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-19 18:28:18 +00:00
status-go/protocol/tt/logger_config_dev.go

10 lines
133 B
Go
Raw Normal View History

//go:build !test_silent
package tt
import "go.uber.org/zap"
func loggerConfig() zap.Config {
return zap.NewDevelopmentConfig()
}