exclusions property

List<LogExclusion> exclusions
final

Optional. Log entries that match any of these exclusion filters will not be exported.

If a log entry is matched by both filter and one of exclusion_filters it will not be exported.

Implementation

final List<LogExclusion> exclusions;