Blue Coat Systems Proxy SG manual Log.suppress.field-id

Models: Proxy SG

1 314
Download 314 pages 28.21 Kb
Page 197
Image 197

Chapter 4: Property Reference

log.suppress.field-id( )

The log.suppress.field-id( ) property controls suppression of the specified field-idin 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(yesno)

log.suppress.field-id[log_name_list](yesno)

where:

field-id—Specifies the log field to suppress. Some field-idshave 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)"(yesno) "log.suppress.cs(User-agent)(yesno)"

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( )

197

Page 197
Image 197
Blue Coat Systems Proxy SG manual Log.suppress.field-id