StaticFly — (obsolete) specify whether to build flypages statically
Specify whether Interchange should attempt to generate flypages for every part number in the products databases, and build them statically.
Already existing pages will be overwritten.
Interchange 5.4.0:
Source: lib/Vend/Config.pm
Line 2862 (context shows lines 2862-2874)
sub parse_warn {
my($name, $val) = @_;
return '' unless $val;
::logGlobal({level => 'info'},
errmsg("Directive %s no longer supported at line %s of %s.",
$name,
$.,
$configfile,
)
);
}