Skip to content

Commit

Permalink
imp: logging in mssp and export mode
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFustang committed Sep 23, 2024
1 parent b96a50c commit 66d9469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/droid/platforms/sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def create_rule(self, rule_content, rule_converted, rule_file):
resource_group_name = info['resource_group_name']
subscription_id = info['subscription_id']

self.logger.debug(f"Exporting to {workspace_name}")
self.logger.debug(f"Exporting to {workspace_name} from group id {group}")

credential = self.get_credentials()

Expand Down

0 comments on commit 66d9469

Please sign in to comment.