# /etc/sysconfig/serel
# Enable/disable serel in /etc/rc.d/rc
#
SEREL_BOOT=yes

# no logging
# SERELD_OPTIONS="-d 0"
#
# max daemon logging
SERELD_OPTIONS="-d 5 -l /var/log/sereld.log --log-truncate"

# uncomment these two lines to turn on max client logging
# export SEREL_DEBUG_LEVEL=3
# export SEREL_LOG_NAME=/var/log/serelc.log

# This generates an xml/rdf file that can be used for visualisation.
# See: http://www.fastboot.org/visual.html
#
SEREL_GENERATE_RDF=/var/log/serel-`hostname`.rdf
