Skip to content

Commit

Permalink
Adjust to changes in 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes authored and mavimo committed Sep 19, 2023
1 parent b69a233 commit 142352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/caddy/global/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (p ConfigMapPlugin) GlobalHandler(config *converter.Config, store *store.St
httpServer := config.GetHTTPServer()

if cfgMap.Debug {
config.Logging.Logs = map[string]*caddy2.CustomLog{"default": {Level: "DEBUG"}}
config.Logging.Logs = map[string]*caddy2.CustomLog{"default": {BaseLog: caddy2.BaseLog{Level: "DEBUG"}}}
}

if cfgMap.AcmeCA != "" || cfgMap.Email != "" {
Expand Down

0 comments on commit 142352c

Please sign in to comment.