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

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

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

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