Be sure syslog settings applied to the SIP server persist through
OpenSRF configuring its on syslog client. Apply a specific 'sip' syslog
identity.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
}
function start_sip {
- OSRF_LOG_CLIENT=1 $OSRF /openils/bin/oils_ctl.sh \
- -a start_sip # -l /openils/var/log/sip_err.log
+ $OSRF OSRF_ADOPT_SYSLOG=1 SIP_LOG_IDENT=SIP OSRF_LOG_CLIENT=1 \
+ /openils/bin/oils_ctl.sh -a start_sip # -l /openils/var/log/sip_err.log
}
function stop_sip {