Group-IB external Connector not able to start up due to log level - ValueError: Unknown level: '"INFO"' #3570
Labels
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
Description
The Group-IB connector is unable to start up correctly, this is happening on version 6.5.3, surely 6.5.4 will do the same.
I have attempted to change the connector log level however the same error appears in the logs.
Please assist
Actual Output
Traceback (most recent call last):
File "/opt/connector/src/main.py", line 282, in
connector = CustomConnector()
^^^^^^^^^^^^^^^^^
File "/opt/connector/src/main.py", line 30, in init
super().init()
File "/opt/connector/src/lib/external_import.py", line 64, in init
self.helper = OpenCTIConnectorHelper({})
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pycti/connector/opencti_connector_helper.py", line 922, in init
self.api = OpenCTIApiClient(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pycti/api/opencti_api_client.py", line 129, in init
self.logger_class = logger(log_level.upper(), json_logging)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pycti/utils/opencti_logger.py", line 27, in logger
log_handler.setLevel(level)
File "/usr/local/lib/python3.12/logging/init.py", line 986, in setLevel
self.level = _checkLevel(level)
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/logging/init.py", line 213, in _checkLevel
raise ValueError("Unknown level: %r" % level)
ValueError: Unknown level: '"INFO"'
The text was updated successfully, but these errors were encountered: