mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
fix duplicate logging
This commit is contained in:
parent
01236f4045
commit
1df962ad1e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue