mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
vdr: adjust logging
This commit is contained in:
parent
d5ad621b10
commit
5c6222542a
@ -72,6 +72,12 @@ done
|
||||
. /var/config/vdr.conf
|
||||
|
||||
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
|
||||
|
||||
# epgsearch needs svdrp
|
||||
|
Loading…
x
Reference in New Issue
Block a user