diff options
author | Matthew Holt <[email protected]> | 2021-02-24 11:55:56 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2021-02-24 11:55:56 -0700 |
commit | b54fa4123975195c721ff5a5c0b43c4622009676 (patch) | |
tree | 26ab0253aadf11a175af9ac0f800cdf0458649f8 /caddy.go | |
parent | 427bbe99d076a76766266d1386ce16a38ce56fa6 (diff) | |
download | caddy-b54fa4123975195c721ff5a5c0b43c4622009676.tar.gz caddy-b54fa4123975195c721ff5a5c0b43c4622009676.zip |
Update docs; commit setcap.sh
Diffstat (limited to 'caddy.go')
-rw-r--r-- | caddy.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ func unsyncedDecodeAndRun(cfgJSON []byte, allowPersist bool) error { } else { err := ioutil.WriteFile(ConfigAutosavePath, cfgJSON, 0600) if err == nil { - Log().Info("autosaved config", zap.String("file", ConfigAutosavePath)) + Log().Info("autosaved config (load with --resume flag)", zap.String("file", ConfigAutosavePath)) } else { Log().Error("unable to autosave config", zap.String("file", ConfigAutosavePath), |