General common variables
- NZAE_DEBUG AE
- Controls the log file output. This can also be set by the --level option of
register_ae.NZAE_DEBUG=<integer>Higher values of NZAE_DEBUG produce greater log output. For example, the default value of NZAE_DEBUG=0 produces no output while NZAE_DEBUG=1 produces minimal log output.
- NZAE_ LOG_IDENTIFIER
- Helps in identifying log
files.
NZAE_LOG_IDENTIFIER=<character string>A log file name begins with the character string "nzae-<identifier>-". Setting the NZAE_LOG_IDENTIFIER value, for example: NZAE_LOG_IDENTIFIER=DAVID, creates log file names that begin with nzae-DAVID-. This is a useful way to more easily identify log files.
- NZAE_LOG_DIR
- Identifies the shared export
drive.
NZAE_LOG_DIR=<directory path on the shared export drive>This variable can be used to place all log files in a common directory on the shared export drive.
- NZAE_NODATA_NOLAUNCH
- Determines whether an AE is launched on a data slice containing no data. A setting of 1 means
that the AE is that not launched if the data slice contains no data. The default setting is 0 (the
AE is launched).
NZAE_NODATA_NOLAUNCH={0 | 1}