Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / rpmbuild / ace-tao-init-fedora / tao / tao-cosnotification.opt
blobd9294994039f497193373dfffc42fa0914f09420
1 # Specify desired default initial references arguments
2 INITREF="-ORBDefaultInitRef corbaloc::localhost:2809 -NameSvc"
4 # Enable debug logging, comment out to disable.
5 #DEBUGLEVEL="-ORBDebugLevel 10"
7 # Configure log file
8 LOGFILE="-ORBLogFile /var/log/tao/tao-cosnotification.log"
10 # Concatenate all options
11 OPTIONS="$INITREF $DEBUGLEVEL $LOGFILE"