mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
fix duplicate logging
This commit is contained in:
parent
01236f4045
commit
1df962ad1e
|
@ -40,7 +40,7 @@ function gc_cron {
|
||||||
}
|
}
|
||||||
|
|
||||||
function logger {
|
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 {
|
function keep_running {
|
||||||
|
|
Loading…
Reference in a new issue