Skip to content

Commit 31f7ab0

Browse files
committed
chore: unify log level
1 parent 0d817db commit 31f7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memlimit/memlimit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func SetGoMemLimitWithOpts(opts ...Option) (_ int64, _err error) {
153153
ratio := cfg.ratio
154154
if val, ok := os.LookupEnv(envAUTOMEMLIMIT); ok {
155155
if val == "off" {
156-
cfg.logger.Debug("AUTOMEMLIMIT is set to off, skipping")
156+
cfg.logger.Info("AUTOMEMLIMIT is set to off, skipping")
157157
return 0, nil
158158
}
159159
_ratio, err := strconv.ParseFloat(val, 64)

0 commit comments

Comments
 (0)