We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5949a5 commit 93a689dCopy full SHA for 93a689d
module.go
@@ -25,7 +25,7 @@ func (NomadStorage) CaddyModule() caddy.ModuleInfo {
25
// Provision is called by Caddy to prepare the module
26
func (ns *NomadStorage) Provision(ctx caddy.Context) error {
27
ns.logger = ctx.Logger(ns).Sugar()
28
- ns.logger.Infof("Version 0.4 - TLS storage is using Nomad at %s", ns.Address)
+ ns.logger.Infof("Version 0.5 - TLS storage is using Nomad at %s", ns.Address)
29
30
if prefix := os.Getenv(EnvNamePrefix); prefix != "" {
31
ns.Prefix = prefix
0 commit comments