Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@
</BuildParameters>
</Element>
</Elements>
<!-- Suppress and log exceptions thrown from within (Web)Pipeline.process().
Set to `true` here so a detection failure degrades gracefully instead of
returning a 500 for every request. Use `false` while developing to surface mistakes loudly.
Note: the element name is singular - it matches Java's setSuppressProcessException. -->
<BuildParameters>
<SuppressProcessException>true</SuppressProcessException>
</BuildParameters>
</PipelineOptions>
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@
<BuilderName>IPIntelligenceOnPremiseEngine</BuilderName>
</Element>
</Elements>
<!-- Suppress and log exceptions thrown from within (Web)Pipeline.process().
Set to `true` here so an IP-intelligence failure degrades gracefully instead of
returning a 500 for every request. Use `false` while developing to surface mistakes loudly.
Note: the element name is singular - it matches Java's setSuppressProcessException. -->
<BuildParameters>
<SuppressProcessException>true</SuppressProcessException>
</BuildParameters>
</PipelineOptions>
Loading