mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
vdr: adjust logging
This commit is contained in:
parent
d5ad621b10
commit
5c6222542a
@ -72,6 +72,12 @@ done
|
|||||||
. /var/config/vdr.conf
|
. /var/config/vdr.conf
|
||||||
|
|
||||||
VDR_ARG="-g /tmp --no-kbd --log=3"
|
VDR_ARG="-g /tmp --no-kbd --log=3"
|
||||||
|
if [ "$DEBUG" = "yes" ]; then
|
||||||
|
VDR_ARG="$VDR_ARG --log=3"
|
||||||
|
else
|
||||||
|
VDR_ARG="$VDR_ARG --log=1"
|
||||||
|
fi
|
||||||
|
|
||||||
SVDRP_PORT=0
|
SVDRP_PORT=0
|
||||||
|
|
||||||
# epgsearch needs svdrp
|
# epgsearch needs svdrp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user