NRAO Home > CASA > CASA Cookbook and User Reference Manual
1.5.2.1 Startup options for the logger

One can specify logger options at the startup of casapy on the command line:

   casapy <logger option>

These options are:

     --log2term                == logging message go to terminal  
     --nologfile               == no casapy.log logfile is produced  
     --logfile <filename>      == use specified name for logfile instead of casapy.log  
     --nologger                == do not bring up GUI logger (see above)  
     --nolog (is deprecated use --nologger)

For example, to not bring up a GUI but send the message to your terminal, do

   casapy --nologger --log2term

while

   casapy --logfile mynewlogfile.log

will start casapy with logger messages going to the file mynewlogfile.log.


More information about CASA may be found at the CASA web page

Copyright © 2010 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search