8000 v2.10.0-beta.1: `caddy version` now prints additional log messages · Issue #6879 · caddyserver/caddy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
v2.10.0-beta.1: caddy version now prints additional log messages #6879
Closed
@steffenbusch

Description

@steffenbusch

Just used xcaddy to build v2.10.0-beta.1 and was suprised that caddy version now prints so much additional log messages:

$ ./caddy version
2025/03/06 21:52:34.510 INFO    maxprocs: Leaving GOMAXPROCS=1: CPU quota undefined
2025/03/06 21:52:34.512 INFO    GOMEMLIMIT is updated   {"package": "github.com/KimMachineGun/automemlimit/memlimit", "GOMEMLIMIT": 1582722662, "previous": 9223372036854775807}
v2.10.0-beta.1 h1:zo27fxsRBWQcFhEyddbCgcLngMZCi0lTKcA4gm926JQ=
2025/03/06 21:52:34.514 INFO    maxprocs: No GOMAXPROCS change to reset

Previously:

$ ./caddy version
v2.9.1 h1:OEYiZ7DbCzAWVb6TNEkjRcSCRGHVoZsJinoDR/n9oaY=

This also affects "caddy help" and other commands such as:

$ ./caddy list-modules --help
2025/03/06 21:58:53.957 INFO    maxprocs: Leaving GOMAXPROCS=1: CPU quota undefined
2025/03/06 21:58:53.959 INFO    GOMEMLIMIT is updated   {"package": "github.com/KimMachineGun/automemlimit/memlimit", "GOMEMLIMIT": 1582722662, "previous": 9223372036854775807}
Lists the installed Caddy modules

Usage:
  caddy list-modules [--packages] [--versions] [--skip-standard] [flags]

Flags:
  -h, --help            help for list-modules
      --packages        Print package paths
  -s, --skip-standard   Skip printing standard modules
      --versions        Print version information

Full documentation is available at:
https://caddyserver.com/docs/command-line
2025/03/06 21:58:53.964 INFO    maxprocs: No GOMAXPROCS change to reset

Metadata

Metadata

Assignees

Labels

bug 🐞Something isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0