Skip to content

Commit 05fdae1

Browse files
committed
Update logger.go
1 parent fad3087 commit 05fdae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Init(lvl int, project string) (err error) {
4848
globalLevel := zapcore.Level(lvl)
4949
// High-priority output should also go to standard error, and low-priority
5050
// output should also go to standard out.
51-
// It is usefull for Kubernetes deployment.
51+
// It is useful for Kubernetes deployment.
5252
// Kubernetes interprets os.Stdout log items as INFO and os.Stderr log items
5353
// as ERROR by default.
5454
highPriority := zap.LevelEnablerFunc(func(lvl zapcore.Level) bool {

0 commit comments

Comments
 (0)