We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad3087 commit 05fdae1Copy full SHA for 05fdae1
logger.go
@@ -48,7 +48,7 @@ func Init(lvl int, project string) (err error) {
48
globalLevel := zapcore.Level(lvl)
49
// High-priority output should also go to standard error, and low-priority
50
// output should also go to standard out.
51
- // It is usefull for Kubernetes deployment.
+ // It is useful for Kubernetes deployment.
52
// Kubernetes interprets os.Stdout log items as INFO and os.Stderr log items
53
// as ERROR by default.
54
highPriority := zap.LevelEnablerFunc(func(lvl zapcore.Level) bool {
0 commit comments