Administrator's Guide to Debug Parameters
Several levels of configuration settings are merged and applied when a page is published. Settings are specified at the site, ring or page level. A global default settings level is defined in the program code.
The site settings apply to the entire site. Ring settings apply to an entire "ring". Page settings apply to an individual page or portion of a page.
If an override is not specified, the setting from the global default level will apply. The site defaults, found in sysparms.txt, override the global defaults.
Any ring settings found in configrN.txt override the site settings. (N is the ring number.) Any page settings found at the top of an individual page override the ring settings.
Debug Parms
|
|
Parameter Name
|
Default / Reset Specification
|
Override Specification
|
|
The show_parm_array parameter determines if the contents of the parm array is included in the page when it is built.
| |
show_parm_array
|
#show_parm_array:no
|
#show_parm_array:yes
|
|
The show_site_array parameter determines if the contents of the site parm array is displayed when pages are re-built.
| |
show_site_array
|
#show_site_array:no
|
#show_site_array:yes
|
|
The show_body_array parameter determines if the contents of the body array is displayed when pages are re-built.
| |
show_body_array
|
#show_body_array:no
|
#show_body_array:yes
|
If not specified, the default value will apply.
|