1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

improve background_task loglevel (#5258)

This commit is contained in:
王健辉
2022-09-13 12:08:18 +08:00
committed by GitHub
parent 880b3c145e
commit a771c75ec3

View File

@@ -118,7 +118,7 @@ function start_seafile_background_tasks () {
before_start; before_start;
echo "Starting seafile background tasks ..." echo "Starting seafile background tasks ..."
$PYTHON -m seafevents.background_tasks --config-file "${seafevents_conf}" \ $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 # Ensure started successfully
sleep 5 sleep 5