diff options
Diffstat (limited to 'etc/conf.d/vdr')
-rw-r--r-- | etc/conf.d/vdr | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/conf.d/vdr b/etc/conf.d/vdr index c4c56cd..ab44f3f 100644 --- a/etc/conf.d/vdr +++ b/etc/conf.d/vdr @@ -91,15 +91,6 @@ # Debug Options # ########################################################### -# set log level -# 0 = no logging, 1 = errors only, -# 2 = errors and info, 3 = errors, info and debug -# if logging should be done to LOG_LOCALn instead of -# LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7) -# allowed values: 0 1 2 3 -# default: 1 -LOG="3" - # switch startskript to debug-mode, set debug-level # allowed values: 0 1 2 # default: 0 @@ -188,6 +179,15 @@ LOG="3" # default: use all DVB devices #DEVICE="" +# set log level +# 0 = no logging, 1 = errors only, +# 2 = errors and info, 3 = errors, info and debug +# if logging should be done to LOG_LOCALn instead of +# LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7) +# allowed values: 0 1 2 3 +# default: 1 +LOG="3" + # give additional options to vdr process # should not be necessary in normal cases. # please contact developers if you need |