You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Yeah, it's a little annoying... maybe we can just run this if the CLI command is caddy run or caddy start. I don't think we need to adjust this if we're just printing debug info.
Just used
xcaddy
to build v2.10.0-beta.1 and was suprised thatcaddy version
now prints so much additional log messages:Previously:
This also affects "caddy help" and other commands such as:
The text was updated successfully, but these errors were encountered: