The standard filter for logging and debugging
Purpose
Provides an easy way for logging and debugging information on a request.
Parameters
- logDebugInfoFilter.on:
- Purpose: To enable or disable the filter
- Value: True or False
- Default: If server.environment is 'development' then True
- logDebugInfoFilter.mimeTypeList:
- Purpose': Defines which mime types to log
- Value: A list of mime-types
- Default: ['text/html']
- logDebugInfoFilter.logAsComment:
- Purpose: Specifies if the log should appear as commented in the HTML output
- Value: True or False
- Default: False
- logDebugInfoFilter.logBuildTime:
- Purpose: Should we display the building time of the process
- Value: True or False
- Default: True
- logDebugInfoFilter.logPageSize:
- Purpose: Should we display the size of the page
- Value: True or False
- Default: True

