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:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-03-07 15:07:01 +0300
committerNick Thomas <nick@gitlab.com>2018-03-07 15:07:01 +0300
commit64f6d823b4ce2656047ffca2844ef4d6cf79ec77 (patch)
tree462ff00bf05f56e04418d3d0d2cfcc59ec8fe45e /app_config.go
parent0b69e09383eb22a8904bfed1479800d13f7325a4 (diff)
Structured logging
Diffstat (limited to 'app_config.go')
-rw-r--r--app_config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/app_config.go b/app_config.go
index dd47ed01..2f8cbd1f 100644
--- a/app_config.go
+++ b/app_config.go
@@ -17,4 +17,6 @@ type appConfig struct {
StatusPath string
DisableCrossOriginRequests bool
+
+ LogFormat string
}