StaticAll — (obsolete) try building all pages statically
Tell Interchange to try and build all pages in the catalog. Pages that have
dynamic elements will not be built
statically, but even then you can force it with
[tag flag build] on the page in question.
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,
)
);
}