Starting CASA Without the Logger

From CASA Guides
Revision as of 01:41, 6 June 2010 by Lchomiuk (talk | contribs) (Created page with 'You also have the option of starting CASA without the logger, for example if you are running remotely in a terminal window without an X11 connection, or if you just do not want t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

You also have the option of starting CASA without the logger, for example if you are running remotely in a terminal window without an X11 connection, or if you just do not want to see the logger GUI. In this case use the --nologger option:

casapy --nologger

The logger messages will still go into the 'casapy.log' file. If you want to see these at your terminal, use the --log2term option also:

casapy --nologger --log2term