Starting CASA Without the Logger: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(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…')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Using CASA Hints Tips Tricks}}
[[Category: CASA Basics]]
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 <tt>--nologger</tt> option:
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 <tt>--nologger</tt> option:
<source lang="bash">
<source lang="bash">
Line 7: Line 10:
casapy --nologger --log2term
casapy --nologger --log2term
</source>
</source>
[[Main Page | &#8629; '''CASAguides''']] <br>

Latest revision as of 18:13, 6 June 2010

Hints, Tips, and Tricks

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

CASAguides