Revision 270,
1.2 KB
checked in by marcus, 13 years ago
(diff) |
-.added logging options to configuration
- some warnings while reading config
|
Line | |
---|
1 | # |
---|
2 | # Main configuration file for Seismic Handler |
---|
3 | # |
---|
4 | # Following replacements are performed: |
---|
5 | # |
---|
6 | # [SHX] is replaced by installation directory, |
---|
7 | # [PRIVATE] is replaced by $HOME/.shx, |
---|
8 | # [ETC] is replaced by /etc/SeismicHandler |
---|
9 | # |
---|
10 | |
---|
11 | [main] |
---|
12 | scripts = [SHX]/scripts/,[PRIVATE]/scripts/ |
---|
13 | filters = [SHX]/filters/,[PRIVATE]/filters/ |
---|
14 | stations = [SHX]/stations/,[PRIVATE]/stations/,/mnt/stations/ |
---|
15 | |
---|
16 | [logging] |
---|
17 | # possible values: debug, info, error, XXX |
---|
18 | level_file = debug |
---|
19 | level_screen = error |
---|
20 | |
---|
21 | [miniseed] |
---|
22 | backend = bgrszo,sfd |
---|
23 | |
---|
24 | [bgrszo] |
---|
25 | host = 192.168.11.151 |
---|
26 | db = sfdb |
---|
27 | use_credentials = no |
---|
28 | user = |
---|
29 | password = |
---|
30 | |
---|
31 | [sfd] |
---|
32 | default_path = . |
---|
33 | |
---|
34 | [graphics] |
---|
35 | height = 768 |
---|
36 | width = 1024 |
---|
37 | |
---|
38 | # It is possible to include another configuration file. It has to |
---|
39 | # contain the section name to which information should be attached. |
---|
40 | # Any include statement will be treated last regardless of it's position |
---|
41 | # in the section! |
---|
42 | include = [PRIVATE]/graphics.cfg, [PRIVATE]/graphics2.cfg |
---|
43 | # If the included configuration file is not found, the error will be |
---|
44 | # passed silently. |
---|
45 | |
---|
46 | [layout] |
---|
47 | # You are able to define variables. All definitions are globally no |
---|
48 | # matter where they are defined. Substitution will be done as last step |
---|
49 | # while processing the configuration file. |
---|
50 | $grsn = WET,FUR,BSEG |
---|
51 | $grf = GRA1 |
---|
52 | read01 = MOX,$grsn,$grf |
---|
Note: See
TracBrowser
for help on using the repository browser.