chore(cmd): Add info log for automemlimit config

Signed-off-by: machine424 <ayoubmrini424@gmail.com>
This commit is contained in:
machine424 2025-05-01 17:11:16 +02:00 committed by Ayoub Mrini
parent b6aaea22fb
commit 1a190d3693

View File

@ -671,6 +671,7 @@ func main() {
memlimit.FromSystem,
),
),
memlimit.WithLogger(logger.With("component", "automemlimit")),
); err != nil {
logger.Warn("automemlimit", "msg", "Failed to set GOMEMLIMIT automatically", "err", err)
}