summaryrefslogtreecommitdiff
path: root/cmd/gitlab-sshd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitlab-sshd/main.go')
-rw-r--r--cmd/gitlab-sshd/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/gitlab-sshd/main.go b/cmd/gitlab-sshd/main.go
index 04d6888..f777b9f 100644
--- a/cmd/gitlab-sshd/main.go
+++ b/cmd/gitlab-sshd/main.go
@@ -54,6 +54,9 @@ func main() {
}
log.Fatalf("configuration error: %v", err)
}
+
+ cfg.ApplyGlobalState()
+
logger.ConfigureStandalone(cfg)
// Startup monitoring endpoint.