Fix typo in gitlab-monitor logging config

This commit is contained in:
Balasankar "Balu" C 2018-03-29 17:43:50 +05:30
parent fd956d2730
commit 1e451dc217
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ runit_service "gitlab-monitor" do
options({
log_directory: gitlab_monitor_log_dir
}.merge(params))
log_options node['gitlab']['logging'].to_hash.merge(node['registry'].to_hash)
log_options node['gitlab']['logging'].to_hash.merge(node['gitlab']['gitlab-monitor'].to_hash)
end
if node['gitlab']['bootstrap']['enable']