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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-17 06:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-17 06:07:45 +0300
commit9763c081708e4c2e08de1f4e9ca9abdef5cffe3c (patch)
treeb27794ba1a039cdc42cdf5d90bcb7b7503437324 /config/initializers/0_runtime_identify.rb
parent7480d774dfca97ea905321d52c70fd19496f0084 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/initializers/0_runtime_identify.rb')
-rw-r--r--config/initializers/0_runtime_identify.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/initializers/0_runtime_identify.rb b/config/initializers/0_runtime_identify.rb
deleted file mode 100644
index 2b5d08102eb..00000000000
--- a/config/initializers/0_runtime_identify.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# frozen_string_literal: true
-
-begin
- Gitlab::AppLogger.info("Runtime: #{Gitlab::Runtime.name}")
-rescue => e
- message = <<-NOTICE
- \n!! RUNTIME IDENTIFICATION FAILED: #{e}
- Runtime based configuration settings may not work properly.
- If you continue to see this error, please file an issue via
- https://gitlab.com/gitlab-org/gitlab/issues/new
- NOTICE
- Gitlab::AppLogger.error(message)
-end