HomeSort by relevance Sort by last modified time
    Searched refs:debug (Results 1 - 2 of 2) sorted by null

  /ha-utilities/GDS-template/SUNCscxxx/lib/
functions_static 168 # Output a debug message to syslog if required
171 if [ -n "${DEBUG}" ]
176 if [ "${DEBUG}" = "ALL" ]
182 scds_syslog -p daemon.debug -t $(syslog_tag) -m \
190 DEBUG=`echo ${DEBUG}|tr "," " "`
191 for i in ${DEBUG}
199 scds_syslog -p daemon.debug -t $(syslog_tag) -m \
  /ha-utilities/GDS-template/
README 42 2. There are lots of debug messages within this template that
43 are there to help you. The debug message flow is as
46 daemon.debug "Method: ${MYNAME} - Begin"
47 daemon.debug "Function: validate - Begin"
49 daemon.debug "Function: validate - End"
50 daemon.debug "Method: ${MYNAME} - End (Exit 1)"
55 Doing this will ensure that your debug messages
58 4. Turning debug on just requires that you edit the SUNCscxxx/etc/config
59 file. Either enter the resource name for debug on just

Completed in 120 milliseconds