Fix tailing the log output in Docker entry point
This commit is contained in:
parent
9d509f2b7b
commit
fa0448ce33
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
spectrum2_manager start
|
||||
sleep 2
|
||||
tail -f /var/log/spectrum2/*
|
||||
|
||||
while :
|
||||
do
|
||||
sleep 2
|
||||
tail -f /var/log/spectrum2/*/* /var/log/spectrum2/*/*/*
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue