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
path: root/bin
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-15 13:12:49 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-15 13:12:49 +0300
commitd28332cc9e1dcf0f56000fbf21ab82436d28e990 (patch)
treeeca75919472c191ee5ae4f5b407c004eb537708c /bin
parent3fa8d5d09aca5d286d1139d01832f16becae9930 (diff)
Direct sidekiq boot output to log file
This behavior got lost in the previous commit.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/background_jobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/background_jobs b/bin/background_jobs
index 5740539cb85..1f67d732949 100755
--- a/bin/background_jobs
+++ b/bin/background_jobs
@@ -27,7 +27,7 @@ restart()
stop
fi
killall
- start_sidekiq -d -L $sidekiq_logfile
+ start_sidekiq -d -L $sidekiq_logfile >> $sidekiq_logfile 2>&1
}
start_no_deamonize()