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:
authormaxmeyer <dev@fedux.org>2018-03-13 20:45:12 +0300
committerNick Thomas <nick@gitlab.com>2018-03-13 20:45:12 +0300
commit9fd411b8251f47ee93018c9816dce63f7af49093 (patch)
tree8907da46ce6395ca6ba39cd78cf4c06ac4149e1a /app_config.go
parent62157ad75971bbc687ebf7990649a035820e4644 (diff)
Add more logging to gitlab pages daemon
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/app_config.go b/app_config.go
index 2f8cbd1f..34b01e15 100644
--- a/app_config.go
+++ b/app_config.go
@@ -18,5 +18,6 @@ type appConfig struct {
DisableCrossOriginRequests bool
- LogFormat string
+ LogFormat string
+ LogVerbose bool
}