Salome HOME
update documentation for log command
[tools/sat.git] / doc / src / commands / log.rst
1 ***
2 log
3 ***
4
5 Description
6 ===========
7 The **log** command gives information on sat logs.
8
9 Usage
10 =====
11 * Show the logs for an application: ::
12
13     sat log <application>
14
15 * Show the logs for commands that do not use any application: ::
16
17     sat log
18     
19 * The --terminal (or -t) option gives access to the terminal mode: ::
20
21         sat log (<application>) --terminal
22
23
24 Configuration
25 =============
26 * USER.browser
27
28   * **browser**: The browser used to show the log (by default *firefox*).