diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | etc/conf.d/vdr | 18 |
2 files changed, 9 insertions, 12 deletions
@@ -1,9 +1,6 @@ # ChangeLog for gentoo-vdr-scripts # $Id$ - 19 Mar 2007; Joerg Bornkessel <hd_brummy@gentoo.org> ChangeLog: - moved 'set log level' from Expert Settings to Debug Options - *gentoo-vdr-scripts-0.3.8 (31 Jan 2007) 22 Jan 2007; Matthias Schwarzott <zzam@gentoo.org> etc/conf.d/vdr: 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 |