summaryrefslogtreecommitdiff
path: root/ACE/rpmbuild/ace-tao-init-fedora/tao/tao-cosnotification.opt
blob: d9294994039f497193373dfffc42fa0914f09420 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Specify desired default initial references arguments
INITREF="-ORBDefaultInitRef corbaloc::localhost:2809 -NameSvc"

# Enable debug logging, comment out to disable.
#DEBUGLEVEL="-ORBDebugLevel 10"

# Configure log file
LOGFILE="-ORBLogFile /var/log/tao/tao-cosnotification.log"

# Concatenate all options
OPTIONS="$INITREF $DEBUGLEVEL $LOGFILE"