Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Apr 29, 2024
1 parent 0d5a10e commit 7c00b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_sync/model/logs_indexes_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def update_resource(self, _id: str, resource: Dict) -> Tuple[str, Dict]:
return _id, resp

async def delete_resource(self, _id: str) -> None:
self.config.logger.warning("logs_indexes_order cannot deleted. Removing resource from config only.")
pass

def connect_id(self, key: str, r_obj: Dict, resource_to_connect: str) -> Optional[List[str]]:
logs_indexes = self.config.resources["logs_indexes"].resource_config.destination_resources
Expand Down

0 comments on commit 7c00b72

Please sign in to comment.