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

Commit a7d2272

Browse files
committed
[client] Log level default to error
1 parent 38be957 commit a7d2272

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
@@ -1038,7 +1038,7 @@ def __init__(self, config: Dict, playbook_compatible=False) -> None:
10381038
default=False,
10391039
)
10401040
self.log_level = get_config_variable(
1041-
"CONNECTOR_LOG_LEVEL", ["connector", "log_level"], config, default="INFO"
1041+
"CONNECTOR_LOG_LEVEL", ["connector", "log_level"], config, default="ERROR"
10421042
).upper()
10431043
self.connect_run_and_terminate = get_config_variable(
10441044
"CONNECTOR_RUN_AND_TERMINATE",

0 commit comments

Comments
 (0)