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