Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b4674dd

Browse files
authored
[client] Change send bundle log level (#472)
1 parent 7b81349 commit b4674dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def _send_bundle(self, channel, bundle, **kwargs) -> None:
10691069
delivery_mode=2, content_encoding="utf-8" # make message persistent
10701070
),
10711071
)
1072-
logging.info("Bundle has been sent")
1072+
LOGGER.debug("Bundle has been sent")
10731073
self.metric.inc("bundle_send")
10741074
except (UnroutableError, NackError) as e:
10751075
LOGGER.error("Unable to send bundle, retry...%s", e)

0 commit comments

Comments
 (0)