Chapter 4: Property Reference
197
log.suppress.field-id( )
The log.suppress.field-id( ) property controls suppression of the specified field-id in one or
more access logs. Individual access logs are referenced by the name given in configuration.
Configuration also determines the format of the each log. For more information on logging, refer to
Chapter 19: “Access Logging” in the ProxySG Configuration and Management Guide.
Syntax
log.suppress.field-id(yes|no)
log.suppress.field-id[log_name_list](yes|no)
where:
•
field-id—Specifies the log field to suppress. Some field-ids have embedded parentheses, for
example
cs(User-agent). These field-ids must be enclosed in quotes. There are two choices for
quoting, either of which are accepted by the CPL compiler:
log.suppress."cs(User-agent)"(yes|no)
"log.suppress.cs(User-agent)(yes|no)"
Either single or double quotes may be used.
•
log_name_list—A comma separated list of configured access logs, of the form:
log_name_1, log_name_2, ...
• yes— Suppresses the specified field-id
• no—Turns suppression off for the specified field-id
Discussion
Each of the syntax variants has a different role in suppressing the access log fields used to record the
transaction:
•
log.suppress.field-id( ) controls suppression of the field_id field in all access logs selected
for this transaction.
•
log.suppress.field-id[log_name_list]( ) controls suppression of the field_id field in all
access logs named in
log_name_list. The field_id field in any logs not named in the list is
unaffected.
Layer and Transaction Notes
• Use in all layers.
• Applies to all proxy transactions.
See Also
•Properties:
access_log( ), log.rewrite.field-id( )