API
 
Loading...
Searching...
No Matches
dbIngest.dbIngestConfig Class Reference
Inheritance diagram for dbIngest.dbIngestConfig:
Inheritance graph
Collaboration diagram for dbIngest.dbIngestConfig:
Collaboration graph

Static Public Attributes

str proclist = xconf.field(default="/opt/MagAOX/config/proclist_%s.txt", help="Path to process list file, %s will be replaced with the value of $MAGAOX_ROLE (or an empty string if absent from the environment)")
 
str logdump_exe = xconf.field(default="/opt/MagAOX/bin/logdump", help="logdump (a.k.a. teldump) executable to use")
 

Detailed Description

Definition at line 92 of file dbIngest.py.

Member Data Documentation

◆ logdump_exe

str dbIngest.dbIngestConfig.logdump_exe = xconf.field(default="/opt/MagAOX/bin/logdump", help="logdump (a.k.a. teldump) executable to use")
static

Definition at line 94 of file dbIngest.py.

◆ proclist

str dbIngest.dbIngestConfig.proclist = xconf.field(default="/opt/MagAOX/config/proclist_%s.txt", help="Path to process list file, %s will be replaced with the value of $MAGAOX_ROLE (or an empty string if absent from the environment)")
static

Definition at line 93 of file dbIngest.py.


The documentation for this class was generated from the following file: