Skip to content

Commit

Permalink
Merge pull request #1268 from atlanhq/APP-5078
Browse files Browse the repository at this point in the history
Change default behavior for saving SDK-run searches to false
  • Loading branch information
cmgrote authored Jan 30, 2025
2 parents 7e5246e + 0af481f commit d184d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static final class Metadata extends AtlanObject {

/** Whether to log this search (true) or not (false). */
@Builder.Default
Boolean saveSearchLog = true;
Boolean saveSearchLog = false;

/** Tags to associate with the search request. */
@Singular
Expand Down

0 comments on commit d184d55

Please sign in to comment.