mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 08:16:07 +00:00
improve background_task loglevel (#5258)
This commit is contained in:
@@ -118,7 +118,7 @@ function start_seafile_background_tasks () {
|
||||
before_start;
|
||||
echo "Starting seafile background tasks ..."
|
||||
$PYTHON -m seafevents.background_tasks --config-file "${seafevents_conf}" \
|
||||
--loglevel debug --logfile "${seafile_background_tasks_log}" -P "${pidfile}" 2>/dev/null 1>&2 &
|
||||
--logfile "${seafile_background_tasks_log}" -P "${pidfile}" 2>/dev/null 1>&2 &
|
||||
|
||||
# Ensure started successfully
|
||||
sleep 5
|
||||
|
Reference in New Issue
Block a user