Change the default of OILS_SIP_ERR_LOG from /dev/null to
LOCALSTATEDIR/log/oils_sip.log to mirror what is done with the
Z39.50 log.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
OPT_ACTION=""
OPT_SIP_CONFIG="SYSCONFDIR/oils_sip.xml"
OPT_PID_DIR="LOCALSTATEDIR/run"
-OPT_SIP_ERR_LOG="/dev/null";
+OPT_SIP_ERR_LOG="LOCALSTATEDIR/log/oils_sip.log";
OPT_Z3950_CONFIG="SYSCONFDIR/oils_z3950.xml"
OPT_YAZ_CONFIG="SYSCONFDIR/oils_yaz.xml"
Z3950_LOG="LOCALSTATEDIR/log/oils_z3950.log"