Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-28 19:08:13 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-07 16:47:32 +0300
commit1dedfac3c5e84ce14a2eb5ce4bed4c572a407775 (patch)
tree0d61150be759316956cc09fde271a382fe4895b9 /internal
parent3fe3540788f6e49f6a468a07b2a54839616f897d (diff)
docs: remove obsolete paragraph from readme and any reference to the Daemon from documentation
Diffstat (limited to 'internal')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index 860ea4be..0c929c1d 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -300,7 +300,7 @@ func LogConfig(config *Config) {
"zip-cache-cleanup": config.Zip.CleanupInterval,
"zip-cache-refresh": config.Zip.RefreshInterval,
"zip-open-timeout": config.Zip.OpenTimeout,
- }).Debug("Start daemon with configuration")
+ }).Debug("Start Pages with configuration")
}
// LoadConfig parses configuration settings passed as command line arguments or