Skip to content

Commit

Permalink
cleanup log format (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Dec 21, 2023
1 parent a823374 commit 87abb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datadog_sync/utils/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def process_filters(filter_list: List[str]) -> Dict[str, List[Filter]]:
if not f_dict.get(FILTER_OPERATOR_KEY):
f_dict[FILTER_OPERATOR_KEY] = EXACT_MATCH_OPERATOR
log.warning(
"Defaulting to filter Operator `ExactMatch'. Please ensure the filter Value provided is \
updated as this behavior will be removed in the future. See the official README for more information"
"Defaulting to filter Operator `ExactMatch'. Please ensure the filter Value provided is"
+ "updated as this behavior will be removed in the future. See the official README for more information"
)

# Build and assign regex matcher to VALUE key for the deprecated Operators
Expand Down

0 comments on commit 87abb40

Please sign in to comment.