From 1df962ad1e94e0b10320901db779d209586bafc2 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sun, 26 Feb 2023 12:34:49 +0100 Subject: [PATCH] fix duplicate logging --- seafile-server/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile-server/scripts/utils.sh b/seafile-server/scripts/utils.sh index f27f517..ecdc4f4 100644 --- a/seafile-server/scripts/utils.sh +++ b/seafile-server/scripts/utils.sh @@ -40,7 +40,7 @@ function gc_cron { } function logger { - tail -f /opt/seafile/logs/common.log | tee /proc/1/fd/1 + tail -f /opt/seafile/logs/common.log | tee } function keep_running {