Name

SURVEY_LOG_DIR — directory to store survey results

SYNOPSIS

{ path }

DESCRIPTION

This variable specifies the directory to store survey results.

VARIABLE TYPE

Catalog variable

EXAMPLES

Example: Setting SURVEY_LOG_DIR

Variable SURVEY_LOG_DIR logs/survey

NOTES

AVAILABILITY

SURVEY_LOG_DIR is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UI_Tag/auto_wizard.coretag
Line 254 (context shows lines 244-258 in survey_log_to_file():242)


if(! $opt->{output_repeated} and already($wizname)) {
  return template_attr($wizname, $ref, $opt, $fnames);
}

my $fn   = $ref->{survey_file};
my $cfn  = $ref->{survey_counter};
my $sqlc = $ref->{survey_counter_sql};

if(! $fn) {
  $fn = $::Variable->{SURVEY_LOG_DIR} || 'logs/survey';
  $fn .= "/$wizname.txt";
}

if(! $cfn and ! $sqlc) {

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!