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

Commit 9831b4f

Browse files
committed
[client] Default logging in JSON for all connectors
1 parent 7e5b471 commit 9831b4f

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
@@ -488,7 +488,7 @@ def __init__(self, config: Dict) -> None:
488488
"OPENCTI_SSL_VERIFY", ["opencti", "ssl_verify"], config, False, True
489489
)
490490
self.opencti_json_logging = get_config_variable(
491-
"OPENCTI_JSON_LOGGING", ["opencti", "json_logging"], config
491+
"OPENCTI_JSON_LOGGING", ["opencti", "json_logging"], config, False, True
492492
)
493493
# Load connector config
494494
self.connect_id = get_config_variable(

0 commit comments

Comments
 (0)