Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group-IB external Connector not able to start up due to log level - ValueError: Unknown level: '"INFO"' #3570

Open
adriaanvermaak opened this issue Mar 6, 2025 · 0 comments
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team

Comments

@adriaanvermaak
Copy link

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"'

@adriaanvermaak adriaanvermaak added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

1 participant