Skip to content

Commit

Permalink
log version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenomitch committed Oct 13, 2022
1 parent f5949a5 commit 93a689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (NomadStorage) CaddyModule() caddy.ModuleInfo {
// Provision is called by Caddy to prepare the module
func (ns *NomadStorage) Provision(ctx caddy.Context) error {
ns.logger = ctx.Logger(ns).Sugar()
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)

if prefix := os.Getenv(EnvNamePrefix); prefix != "" {
ns.Prefix = prefix
Expand Down

0 comments on commit 93a689d

Please sign in to comment.